English 中文(简体)
完全破碎,不能使用
原标题:Vim completely broken, can not use

我在码头开斋时,会收到这一错误。

Error detected while processing CursorMoved Autocommands for "*"..function <SNR>
6_Highlight_Matching_Pair:

它在发射时多次重复,但我可以乘飞机进入<条码>(lkjh),造成更多的错误。

我已删除了我的<代码>.vimrc,通过浏览器更新了我的正文。 我也没有任何影响,但正好是,我去了民主选举学会,因为我已经以我更喜欢的方案拟定的有效方式,设置了ug。

谁能帮助我了解正在发生什么? 此外,也许很重要的一点是,我最近还进行了更新,以更新我的一揽子管理人员的所有情况。

最佳回答

在左边,你可以尝试使用<代码>:字母名称,以获得装货单清单并确定哪些档案可能引发这一问题。 也可通过发射<条码>vim-u NONE,在不装上任何附加文字的情况下检查重量。

问题回答

Delete all files under ~/.vim/plugged to boot normally. Command: rm -rf ~/.vim/plugged





相关问题
Autoupdate VIM Plugins?

Is it possible to update vim plugins automatically?

how to unindent in vim without leaving edit mode?

I m writing a lot of python code recently, and i used the tab-to-space mode in vim. I was just wondering how would i unindent in vim without leaving edit mode for example after i finished if...: block....

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

Vim - Deleting XML Comments

How do I delete comments in XML? If the opening and the closing comment tags are on the same line, I use :g/^<!--.*-->$/d to delete the comment. How to delete the comments that are spread ...

Limiting a match in vim to certain filetypes?

I have the following in my .vimrc to highlight lines longer than 80 chars: highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.*/ This works quite well. However, the ...

Profiling Vim startup time

I’ve got a lot of plugins enabled when using Vim – I have collected plugins over the years. I’m a bit fed up with how long Vim takes to start now, so I’d like to profile its startup and see which of ...

热门标签