我在.vim
目录和.vimrc
文件中尝试了一些插件和设置。它破坏了我的整个vim安装,因此我卸载了它并删除了所有配置文件。
之后我再次安装了vim,但每次启动vim的新安装时,以下错误消息都来自.vimrc
中的.vim
,即使我已完全删除它。我已检查隐藏文件Ctrl-H
,并且我删除了.vimrc.swp
,但没有结果。
Error detected while processing /home/myusername/.vimrc:
line 6:
E117: Unknown function: vundle#begin
line 11:
E492: Not an editor command: Plugin 'VundleVim/Vundle.vim'
line 16:
E492: Not an editor command: Plugin 'tpope/vim-fugitive'
line 18:
E492: Not an editor command: Plugin 'L9'
line 20:
E492: Not an editor command: Plugin 'git://git.wincent.com/command-t.git'
line 22:
E492: Not an editor command: Plugin 'file:///home/gmarik/path/to/plugin'
line 25:
E492: Not an editor command: Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
line 28:
E492: Not an editor command: Plugin 'ascenator/L9', {'name': 'newL9'}
line 31:
E117: Unknown function: vundle#end
Press ENTER or type command to continue
那么如何删除导致这些消息的任何内容?提前致谢
答案 0 :(得分:1)
vim启动后运行:scriptnames
。这将显示自启动以来vim已经提供的所有文件。我怀疑你有~/.vimrc
你没有被删除。
编辑:实际上 是一个你尚未删除的文件,它会在你发布的错误顶部显示文件名。