Remove backticks
This commit is contained in:
parent
ee1246a61b
commit
58a8296b2a
@ -86,7 +86,7 @@ function! neosnippet#commands#_edit(args) "{{{
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
try
|
try
|
||||||
edit `=filename`
|
execute 'edit' fnameescape(filename)
|
||||||
catch /^Vim\%((\a\+)\)\=:E749/
|
catch /^Vim\%((\a\+)\)\=:E749/
|
||||||
endtry
|
endtry
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user