-
Notifications
You must be signed in to change notification settings - Fork 297
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
process_buffer exits ctrl-x mode #305
Comments
I have never noticed this before. I don't know how to detect the i_CTRL-X submode so I have asked on vim_use. |
Same issue |
No reply on vim_use so I have asked on vim_dev. |
This is a vim problem: I can reproduce it without vim-gitgutter.
I'll leave this issue open for now and wait to see what happens on vim_dev. |
This is fixed in Vim 7.4.1758. |
The autocommand that calls gitgutter#process_buffer(bufnr(''), 1) when the CursorHoldI event is triggered exits the ctrl-x sub-mode. If updatetime is set to the recommended value, this makes it very difficult to use completion.
Repro-Steps:
Desired Behavior:
You remain in ctrl-x mode after the process_buffer call.
The text was updated successfully, but these errors were encountered: