From 772542180027d5aacfd6ba75cb9159333229e2c9 Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 8 Jan 2018 11:17:13 +0100 Subject: [PATCH] Gundo: use python3 without complaining about lack of python2 --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index b444463..9dd16f8 100644 --- a/vimrc +++ b/vimrc @@ -45,7 +45,7 @@ Plug 'rust-lang/rust.vim', { 'for': 'rust' } Plug 'scrooloose/nerdcommenter' Plug 'scrooloose/nerdtree' Plug 'scrooloose/syntastic' -Plug 'sjl/gundo.vim' +Plug 'ikalnytskyi/gundo.vim', { 'branch': 'py3-if-no-other-choice' } Plug 'skammer/vim-css-color' Plug 'terryma/vim-multiple-cursors' Plug 'tpope/vim-fugitive'