another little fix in documentation
This commit is contained in:
parent
1b3ecf4a85
commit
2f355c233f
@ -1353,7 +1353,7 @@ endsnippet
|
|||||||
That snippet will expand into 'if err != nil' if previous line will
|
That snippet will expand into 'if err != nil' if previous line will
|
||||||
match 'err :=' prefix, otherwise the default 'if' snippet will be expanded.
|
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
|
used by other UltiSnips users. In that case, module should be imported
|
||||||
using 'global' keyword, like this:
|
using 'global' keyword, like this:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user