From 2f355c233fe8d027817398809faa92bc9cad3dde Mon Sep 17 00:00:00 2001 From: Stanislav Seletskiy Date: Wed, 29 Apr 2015 22:25:21 +0600 Subject: [PATCH] another little fix in documentation --- doc/UltiSnips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 33dcbf8..7449b9b 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -1353,7 +1353,7 @@ endsnippet That snippet will expand into 'if err != nil' if previous line will match 'err :=' prefix, otherwise the default 'if' snippet will be expanded. -It's good idea to move context conditions to a separate module, so it can be +It's a good idea to move context conditions to a separate module, so it can be used by other UltiSnips users. In that case, module should be imported using 'global' keyword, like this: