Vim被破坏并打印不正常的行,块号,如何修复打印垃圾值?


1

每当我尝试读/写任何文件时,我都会得到这些行 syslog。 我在用 vim。 如果我按任意键,它将打印这些行,如何摆脱这些垃圾线:

"/var/log/messages" 21804L, 2446432C
 18268,1       83%
 18266,1       83% 
 18267,1       83%

你试过在其他编辑器中打开文件吗?或者给 cat 并看到输出。启动vim就好 vim -u NONE filename。如果现在没有问题,那么你的插件就会出现问题。还报告了一些错误,在vim中出现了杂散字符。
SibiCoder
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.