04f6497462
When sending keys to Vim, they are by default added to the end of the typeahead buffer. If there are already keys in the buffer, they will be processed first and may change the state that our keys combination was sent for (e.g. <C-X><C-U><C-P> in normal mode instead of insert mode or <C-e> outside of completion mode). We avoid that by inserting the keys at the start of the typeahead buffer. |
||
---|---|---|
.. | ||
youcompleteme.vim |