Fix parser
This commit is contained in:
parent
b500600c56
commit
4936b19bfb
@ -416,7 +416,7 @@ endfunction
|
||||
function! neosnippet#parser#_conceal_argument(arg, cnt, args) abort
|
||||
let outside = ''
|
||||
let inside = ''
|
||||
if (a:args != '')
|
||||
if a:args != ''
|
||||
if g:neosnippet#enable_optional_arguments
|
||||
let inside = ', '
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user