From 6b3dc7e07c52612749d4bc86089911e333bf6cfb Mon Sep 17 00:00:00 2001 From: Yuhki Yano Date: Sat, 29 Jan 2022 23:48:40 +0900 Subject: [PATCH] Modify default Python version --- autoload/gundo.vim | 2 +- doc/gundo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/gundo.vim b/autoload/gundo.vim index f8894d0..56073bd 100644 --- a/autoload/gundo.vim +++ b/autoload/gundo.vim @@ -44,7 +44,7 @@ if !exists("g:gundo_close_on_revert")"{{{ 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 diff --git a/doc/gundo.txt b/doc/gundo.txt index 6cec947..84d8442 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -240,7 +240,7 @@ Default: 1 Set this to 1 to have Gundo use Python 3 instead of 2 when available. -Default: 0 +Default: 1 ============================================================================== 4. License *GundoLicense*