Error detected while processing ~/.vim/bundle/nerdcommenter/plugin/nerdcommenter.vim:
VIM으로 여러가지 셋팅 테스트 하다가 갑자기 아래와 같은 에러가 발생 했다.
line 1:
E488: Trailing characters: ^M
line 132:
E171: Missing :endif
Error detected while processing ~/.vim/bundle/nerdcommenter/plugin/nerdcommenter.vim:
line 1:
E488: Trailing characters: ^M
line 132:
E171: Missing :endif
VIM 실행할 때 마다 나타났는데 아래와 같이 해결 할 수 있다.
vim ~/.vim/bundle/nerdcommenter/plugin/nerdcommenter.vim
:set ff=unix
:wq
이번에는 또 다른 에러가 발생했는데 Vundle 충돌로 인한 이슈 인 듯 하다.
fatal: destination path '~/.vim/bundle/Vundle.vim' already exists and is not an empty directory.
Error detected while processing ~/.vim/bundle/vim-gitgutter/plugin/gitgutter.vim[65]..~/.vim/bundle/vim-gitgutter/autoload/gitgutter/utility.vim:
line 1:
E488: Trailing characters: ^M
line 8:
E492: Not an editor command: ^M
line 10:
여러가지 플러그인 설치 삭제하다가 갑자기 이렇게 됐다.
해결방법은
.vim 폴더 전체 삭제
.vimrc 삭제
.viminfo 삭제
vim 관련 설정 삭제, 재설치 후 잘 된다.
에러 메시지만 봤을 때는 bundle 폴더만 삭제 했어도 잘 되었을 듯 하다.
먼가 플러그인 설치 삭제하다가 bundle 이 깨진 듯 하다.
끝 :)
0 댓글