skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.85k stars 109 forks source link

Update Wiki: escape file paths on Windows #153

Open Konfekt opened 5 years ago

Konfekt commented 5 years ago

Regarding the Wiki

https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#macro--is-expanded-incorrectly-on-windows-if-the-filename-contains-spaces-

there is since has("patch-7.4.191") the filename modifier :S, so :make %:S will work.