From 98289510ca7e2bce8d330189606c8fda76361504 Mon Sep 17 00:00:00 2001 From: skeept Date: Tue, 15 Apr 2014 14:20:31 +0000 Subject: [PATCH 1/2] Update UltiSnips.txt --- doc/UltiSnips.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 7389d74..0cdc87e 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -1284,8 +1284,8 @@ offers a really nice completion dialogue for snippets. neocomplete - UltiSnips ships with a source for neocomplete and therefore offers out of the box completion dialogue support for it too. -unite - UltiSnips has a source for unite. As an example of how you can use the -it add the following function and mappings to your vimrc: > +unite - UltiSnips has a source for unite. As an example of how you can use +it add the following function and mappings to your vimrc: function! UltiSnipsCallUnite() Unite -start-insert -winheight=100 -immediately -no-empty ultisnips From fb58034b1a1b5a2e86490548dcfbed0764ad6db5 Mon Sep 17 00:00:00 2001 From: skeept Date: Thu, 17 Apr 2014 21:13:29 +0000 Subject: [PATCH 2/2] Re-add > before code. --- doc/UltiSnips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 0cdc87e..e03de29 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -1285,7 +1285,7 @@ neocomplete - UltiSnips ships with a source for neocomplete and therefore offers out of the box completion dialogue support for it too. unite - UltiSnips has a source for unite. As an example of how you can use -it add the following function and mappings to your vimrc: +it add the following function and mappings to your vimrc: > function! UltiSnipsCallUnite() Unite -start-insert -winheight=100 -immediately -no-empty ultisnips