merlin系统安装vim后每次执行vim命令都会出现如下错误
E1187: Failed to source defaults.vim
Press ENTER or type command to continue
解决方法
opkg install vim-runtime
merlin中有两个版本的vim,vim是tiny版,vim-full是标准版
安装vim
“`opkg install vim vim-runtime“`
安装vim-full
“`opkg install vim-full vim-runtime“`
vim与vim-full只能安装一个