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
|
function! neosnippet#parser#_conceal_argument(arg, cnt, args) abort
|
||||||
let outside = ''
|
let outside = ''
|
||||||
let inside = ''
|
let inside = ''
|
||||||
if (a:args != '')
|
if a:args != ''
|
||||||
if g:neosnippet#enable_optional_arguments
|
if g:neosnippet#enable_optional_arguments
|
||||||
let inside = ', '
|
let inside = ', '
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user