Tue, 13 Mar 2018 16:35:13 -0700
all vim builds are py3, but gundo doesn't autodetect
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -342,10 +342,7 @@ let g:viewdoc_perldoc_format = 'ansi' let g:viewdoc_winwidth_max = 100 ">> Gundo -" I prefer python3 on windows if I have to use it. Needs a dll in path. -if g:on_windows - let g:gundo_prefer_python3 = 1 -endif +let g:gundo_prefer_python3 = 1 ">> Tagbar if g:on_windows