From 0b45cee3a8b445e26a0fb5e3ec878eb124364abc Mon Sep 17 00:00:00 2001 From: Theory_of_Everything <35197555+Theory-of-Everything@users.noreply.github.com> Date: Mon, 20 Sep 2021 23:38:11 -0600 Subject: [PATCH] Fix: bad function usage in README for UltiSnips (#228) This commit fixes an issue with using vsnip#anonymous in the snippet expand function for Ultisnip The main issue, is that when using vsnip#anonymous instead of UltiSnip#Anon when calling the cmp.mapping.confirm map on a non-snippet option would "crash" cmp, ceasing its normal functionality. Using UltiSnps#Anon fixes this issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c2ba5..c478562 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ lua <