Windows: handle Vim cmdline special characters on Windows

Fixes   https://github.com/mhinz/vim-startify/issues/346
Reverts https://github.com/mhinz/vim-startify/issues/239
This commit is contained in:
Marco Hinz 2018-12-08 21:41:15 +01:00
parent e25fbe1c0d
commit 5cd4faf2c6
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -592,10 +592,7 @@ function! s:filter_oldfiles(path_prefix, path_format, use_env) abort
let entries[absolute_path] = 1
let counter -= 1
if !has('win32')
let absolute_path = fnameescape(absolute_path)
endif
let oldfiles += [[absolute_path, entry_path]]
let oldfiles += [[fnameescape(absolute_path), entry_path]]
endfor
if a:use_env