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