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 …