We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
版本回退到7.4就没问题了,不知道是不是vim8的bug?
Sorry, something went wrong.
@c00134744 我的也是这样。。。不知道为啥。。。
是楼主 .vimrc 文件中的快捷键冲突了,但是不知道具体是哪个按键,还在查找
这个问题我研究了两天,反复的读了关于mapleader这块的help手册,终于发现了端倪。 楼上说的快捷键冲突都不对。 原因很复杂不多说,感兴趣可以看help手册,只说解决方案。 将set nocompatible 选项提前到 let mapleader =';'这行之前就可以了。 软件不设置这个模式的话,特殊符号及反斜杠是不起特殊符号作用的。 vim8.0以后新版软件这条命令并不是全局生效,只是从该命令后生效,所以提前就可以解决。
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: