Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vim 在空格字符和后面的小写 p 上显示出奇怪的轮廓。
我做了一些测试,它不仅影响分号后的 p 字符,以下代码行也显示了这个错误:
/* a perfectly executed plan */
字符和它们前面的空格都p受到这个奇怪的错误的影响。
p
我在 Mac OSX 10.8.3 上使用终端版本 2.3 (309)
如果您使用正斜杠 ( /) 进行的最后一次搜索是 ,则可能是搜索突出显示/ p。尝试搜索其他内容或禁用搜索突出显示:
/ p
:set nohlsearch