.vimrc

changeset 702
f817544836c7
parent 674
f2fcb1db50b3
child 710
b3b2c42cc042
--- 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