Suggest that the user report escaping issues on Windows because the user's shell is supported.

Jan Edmund Lazo 2019-09-28 20:40:12 -04:00
parent b737b1abc2
commit 81d0454d32

2
faq.md

@ -205,7 +205,7 @@ The leading tilda tells vim-plug not to do anything other than rtp for plugin_na
### Windows System Error E484
There are two possible causes we've encountered.
1. Bad escaping. On Windows, if you use '<', '>' or '|' in the file path, vim-plug is known to fail. Any other chars should be fine.
1. Bad escaping. ~~On Windows, if you use '<', '>' or '|' in the file path, vim-plug is known to fail. Any other chars should be fine.~~ vim-plug supports the user's `&shell` since https://github.com/junegunn/vim-plug/commit/8a44109329757e29c4956162e3353df367ecdb71 was merged. It uses custom `shellescape` to support the following shells: cmd.exe, sh, powershell. Please report if this happens.
1. System changes due to AutoRun commands executed on cmd.exe startup. See [docs](https://technet.microsoft.com/en-us/library/cc779439%28v=ws.10%29.aspx).