Can't write viminfo file 错误
vim 退出的时候老是遇到? E138: Can't write viminfo file? 错误
网上查了一下,需要删除 .viminfo temp文件,命令如下
rm -f /root/.viminf*.tmp
?