Fix parser

This commit is contained in:
Shougo Matsushita 2018-02-04 18:12:32 +09:00
parent b500600c56
commit 4936b19bfb
1 changed files with 1 additions and 1 deletions

View File

@ -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