vim demo.text
Error detected while processing /home/ftdetect/less.vim:
line 2:
E492: Not an editor command: ^M
Error detected while processing /home/ftdetect/sinatra.vim:
line 2:
E492: Not an editor command: ^M
line 3:
E488: Trailing characters
Error detected while processing /home/plugin/ScreenShot.vim:
line 94:
E488: Trailing characters
line 105:
E488: Trailing characters这是我打开vim编辑器时遇到的错误
发布于 2015-01-01 21:27:12
可能你尝试过从Windows获取这些文件。尝试运行
dos2unix demo.text demo.texthttps://stackoverflow.com/questions/27731184
复制相似问题