我想安裝此plugin一個vimball裏的,所以首先我解壓zip的內容,然後我做的:嘗試安裝有vimballPlugin安裝
$ vim camelcasemotion.vba
然後我做的:
:so %
但我得到這個錯誤:
Error detected while processing /tmp/camelcasemotion.vba: line 2: E492: Not an editor command: UseVimball Press ENTER or type command to continue
Here你有插件的頁面。 我有VIM 7.3和vimballPlugin安裝,你可以在這裏看到:
:/usr/share/vim/vim73/plugin$ ls
getscriptPlugin.vim gzip.vim matchparen.vim netrwPlugin.vim README.txt rrhelper.vim spellfile.vim tarPlugin.vim tohtml.vim vimballPlugin.vim zipPlugin.vi
你確定插件也是活動的嗎?嘗試':verbose命令UseVimball'來驗證。 –
@IngoKarkat,我試着你說的,我得到這個「找不到用戶定義的命令」。 – ziiweb
@tirengarfio你確定你沒有在vimrc中的某處設置noloadplugins/set nolpl嗎?你在這裏編輯runtimepath(搜索像'set rtp' /'set runtimepath' /'&rtp' /'&runtimepath')?在shell中顯示「type vim」是什麼? 'echo $ VIMRUNTIME'(在shell中是一樣的,在vim中也是有意義的)。 vim中的'verbose autocmd SourceCmd'和'verbose autocmd SourcePre'報告是什麼? – ZyX