打开vim时出现如下错误:
Error detected while processing /home/wxmfly/.vimrc:
line 47:
E319: Sorry, the command is not available in this version: syntax on
Press ENTER or type command to continue
解决办法:
Ubuntu 默认情况下只安装tiny-vim , 只要运行 sudo apt-get install vim 安装完整的vim就好了
本文介绍了一个在使用vim编辑器时遇到的错误:E319: Sorry, the command is not available in this version: syntax on。该问题源于系统中仅安装了tiny-vim而非完整版。解决方案是通过运行命令sudo apt-get install vim来安装完整版vim。
1526

被折叠的 条评论
为什么被折叠?



