We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db3fd95 + 9c68260 commit 052c758Copy full SHA for 052c758
plugin/fetch.vim
@@ -24,7 +24,7 @@ if has('autocmd')
24
"
25
" 1. check new files for a spec when Vim has finished its init sequence...
26
autocmd BufNewFile *
27
- \ execute 'autocmd fetch VimEnter * nested call fetch#buffer("'.escape(expand('<afile>:p'), ' \\').'")'
+ \ execute 'autocmd fetch VimEnter * nested call fetch#buffer("'.escape(expand('<afile>:p'), ' \\"').'")'
28
" 2. ... and start checking directly once the init sequence is complete
29
autocmd VimEnter *
30
\ execute 'autocmd! fetch BufNewFile * nested call fetch#buffer(expand("<afile>:p"))'
0 commit comments