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