Note Windows Python registry issue

Jeremy Pallats/starcraft.man 2016-02-05 10:38:34 -05:00
parent 6ba2174c93
commit c556c6b0c4

4
faq.md

@ -199,6 +199,10 @@ Install it using the setup.exe that came with cygwin.
[Please let me know](https://github.com/junegunn/vim-plug/issues) if you can't
resolve the problem. In the meantime, you can put `let g:plug_threads = 1` in your vimrc, to disable the parallel installers.
### Python 2.7.11 Windows Registry Bug
Due to a [bug](https://bugs.python.org/issue25824) that slipped into this release, the registry entries and python.dll do not align. A simple work around is explained [here](https://github.com/k-takata/vim/commit/435be6dc61347d92029768f1678fdfdb9a543005).
### YouCompleteMe timeout
[YouCompleteMe (YCM)](https://github.com/Valloric/YouCompleteMe) is a huge project and you might run into timeouts when trying to install/update it with vim-plug.