From c556c6b0c45cf8374d54160b25bbebc4eef01133 Mon Sep 17 00:00:00 2001 From: "Jeremy Pallats/starcraft.man" Date: Fri, 5 Feb 2016 10:38:34 -0500 Subject: [PATCH] Note Windows Python registry issue --- faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/faq.md b/faq.md index 5fcc4c5..6deb1a9 100644 --- a/faq.md +++ b/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.