Remove backticks

This commit is contained in:
Shougo Matsushita 2014-08-07 05:39:12 +09:00
parent ee1246a61b
commit 58a8296b2a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function! neosnippet#commands#_edit(args) "{{{
endif
try
edit `=filename`
execute 'edit' fnameescape(filename)
catch /^Vim\%((\a\+)\)\=:E749/
endtry
endfunction"}}}