我用以下命令打开vimrc文件vim ~/.bash_profile
。这是错误消息以及vim文件内容。当我用VIM打开任何文件时,我实际上得到了这个错误。
Error detected while processing /Users/yako/.vimrc:
line 3:
E488: Trailing characters
Press ENTER or type command to continue
.vimrc文件
"Pathogen
execute pathogen#infect()
call pathogen#helptags() ” generate helptags for everything in ‘runtimepath’
syntax on
filetype plugin indent on