2
安装2.7版时,Gundo插件需要python 2.4
我已经安装了Python 2.7.9。现在,我收到消息,Gundo插件需要2.4。有解决方法吗? 这是我的vimrc文件: set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here') " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-surround' Plugin …