# HG changeset patch # User Meredith Howard # Date 1520984113 25200 # Node ID f817544836c71469109214a06f480958d77e702b # Parent 437293466a17e7be05d5e7df4da6636fa3a59a7f all vim builds are py3, but gundo doesn't autodetect diff --git a/.vimrc b/.vimrc --- 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