我下面的nettuts easy git guidegit的承諾錯誤節省vimfiles
容易混帳引導我在~/
目錄初始化空git的實例,然後加了我.vimrc
和我.vim/
文件。
git add .vimrc
git add .vim
但是當我做git commit
命令我最終什麼似乎不相關的錯誤信息。
[email protected]:~> git commit
Error detected while processing /home/sayth/.vimrc:
line 203:
E319: Sorry, the command is not available in this version: py << EOF
line 204:
E492: Not an editor command: import os.path
line 205:
E492: Not an editor command: import sys
line 206:
E492: Not an editor command: import vim
line 207:
E15: Invalid expression: 'VIRTUAL_ENV' in os.environ:
line 224:
E171: Missing :endif
Press ENTER or type command to continue
如果我按回車鍵,我會進入一個文件。我在做什麼錯了。
編輯:已從.vimrc
刪除virtualenv參考。從來沒有注意到這個錯誤,因爲我使用的gvim從未錯過錯誤。
此問題與您/home/sayth/.vimrc有關。粘貼它,所以我們可以發表評論 – ssedano 2012-01-03 09:44:06
我的vimrc可能太長,不能粘貼在這裏。上面編輯我從vimrc中刪除了違規的virtualenv部分 – sayth 2012-01-03 12:38:14
您可以將'.vimrc'過濾到https://gist.github.com並鏈接到它。 – 2012-01-03 13:01:44