Merge pull request #390 from TylerHorth/master
Add arguments_are_optional variable
This commit is contained in:
@@ -216,6 +216,17 @@ g:neosnippet#enable_completed_snippet
|
||||
prototype.
|
||||
|
||||
The default value is 0.
|
||||
|
||||
*g:neosnippet#enable_optional_arguments*
|
||||
g:neosnippet#enable_optional_arguments
|
||||
If this variable is not 0, neosnippet will conceal commas in
|
||||
expanded arguments from completed snippets.
|
||||
|
||||
Useful for languages where arguments are optional by default.
|
||||
|
||||
Note: For use with |g:neosnippet#enable_completed_snippet| = 1
|
||||
|
||||
The default value is 1.
|
||||
|
||||
*g:neosnippet#enable_auto_clear_markers*
|
||||
g:neosnippet#enable_auto_clear_markers
|
||||
|
||||
Reference in New Issue
Block a user