- Fixed for E749.
This commit is contained in:
parent
23dd5a099e
commit
c301eea419
@ -262,7 +262,10 @@ function! neosnippet#edit_snippets(args)"{{{
|
|||||||
\ (options.vertical ? 'vnew' : 'new')
|
\ (options.vertical ? 'vnew' : 'new')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
edit `=filename`
|
try
|
||||||
|
edit `=filename`
|
||||||
|
catch /^Vim\%((\a\+)\)\=:E749/
|
||||||
|
endtry
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
function! s:initialize_options(options)"{{{
|
function! s:initialize_options(options)"{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user