ivanhao / pvetools

proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.
GNU General Public License v3.0
4.2k stars 512 forks source link

vimrc configure file error #36

Closed CosmoGao closed 2 years ago

CosmoGao commented 2 years ago

Here is a wrong config in default vimrc file.

Line 15 on the default vimrc file might be wrong, and it's duplicate with line 20:

15: set termencoding=unix 20: set termencoding=utf-8

remove line 15 and keep line 20 remain will solve the problem.

ivanhao commented 2 years ago

removed.