解决方案
更新PVE,卸载 pve 自带的 vim 编辑器,重新安装
apt-get update -y
apt-get remove vim-common -y #卸载原有的vim 编辑器
apt-get install vim -y #重新安装vim 编辑器
更新PVE,卸载 pve 自带的 vim 编辑器,重新安装
apt-get update -y
apt-get remove vim-common -y #卸载原有的vim 编辑器
apt-get install vim -y #重新安装vim 编辑器