From 9861a6e6c3799d203d389c04ca75544fa2f1d73a Mon Sep 17 00:00:00 2001 From: Stanislav Seletskiy Date: Thu, 16 Apr 2015 11:48:13 +0600 Subject: [PATCH] typo fix in docs --- doc/UltiSnips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 3d54571..a8f529e 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -1354,7 +1354,7 @@ That snippet will expand into 'if err != nil' if previous line will match 'err :=' prefix, otherwise default 'if' snippet will be expanded. It's good idea to move context conditions to separate library, so it can be -used with other UltiSnips user. In that case, library should be imported +used by other UltiSnips users. In that case, library should be imported using 'global' keyword, like this: ------------------- SNIP -------------------