mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
14 lines
395 B
Diff
14 lines
395 B
Diff
Force defaulting to python3.
|
|
|
|
--- sjl-gundo.vim-6918f8da3839/autoload/gundo.vim
|
|
+++ sjl-gundo.vim-6918f8da3839/autoload/gundo.vim
|
|
@@ -44,7 +44,7 @@
|
|
let g:gundo_close_on_revert = 0
|
|
endif"}}}
|
|
if !exists("g:gundo_prefer_python3")"{{{
|
|
- let g:gundo_prefer_python3 = 0
|
|
+ let g:gundo_prefer_python3 = 1
|
|
endif"}}}
|
|
if !exists("g:gundo_auto_preview")"{{{
|
|
let g:gundo_auto_preview = 1
|