-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
Inserting the double-quotes hangs vim completely #304
Comments
Could you paste the output of |
that's also hangs vim |
I was thinking that the mappings were being modified, but they seem fine. My guess now is another plugin is messing things up. There is a minimal vimrc in delimitMate's test dir, so you could use to test your setup. Run vim like this:
if you see the problem there, then the problem is most likely in delimitmate. If you don't, you could activate your other plugins there or deactivate them in your vimrc and try to pinpoint the origin. |
This is my first plugin ))
|
okay, I've figured it out set langmap=!\\"№\\;%?*ёйцукенгшщзхъфывапролджэячсмитьбюЁЙЦУКЕHГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ;!@#$%&*`qwertyuiop[]asdfghjkl\\;'zxcvbnm\\,.~QWERTYUIOP{}ASDFGHJKL:\\"ZXCVBNM<> Is it possible to make delimitMate ignore this mapping? |
When pressing the double-quotes key in edit mode, vim starts eating 100% CPU and stops responding.
How to reproduce
Installation info:
The text was updated successfully, but these errors were encountered: