Fix parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user