YouCompleteMe/autoload
micbou b3e6bad6b1
Prefer Python 3 over Python 2
When both versions are available, we prefer Python 3 over Python 2:
 - faster startup (no monkey-patching from python-future);
 - better Windows support (e.g. temporary paths are not returned in all
   lowercase);
 - Python 2 support will eventually be dropped.
2017-03-06 23:19:30 +01:00
..
youcompleteme.vim Prefer Python 3 over Python 2 2017-03-06 23:19:30 +01:00