all vim builds are py3, but gundo doesn't autodetect

Tue, 13 Mar 2018 16:35:13 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 13 Mar 2018 16:35:13 -0700
changeset 702
f817544836c7
parent 701
437293466a17
child 703
cce8cf3118c5

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

mercurial