Skip to content
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

autocompletion blocks CTRL-U in insert mode #203

Closed
chtenb opened this issue Mar 22, 2013 · 3 comments
Closed

autocompletion blocks CTRL-U in insert mode #203

chtenb opened this issue Mar 22, 2013 · 3 comments

Comments

@chtenb
Copy link
Contributor

chtenb commented Mar 22, 2013

When typing in insert mode, it's not possible to clear the current line with CTRL-U.
This seems to coincide with some auto-completion related message in the statusline, like "User defined completion (^U^N^P) Pattern not found".
After pressing escape and re-entering insert mode this disappears.
Just waiting a few seconds makes the message disappear as well.
When the message has disappeared, CTRL-U works just fine.

BTW, CTRL-W (to delete a word backwards in insert mode), which is a similar command, doesn't experience problems.

@Valloric
Copy link
Member

Closing as duplicate of #24

@Shougo
Copy link

Shougo commented Mar 23, 2013

It is Vim's feature. Vim disable Ctrl-u mappings in completefunc completion mode.

@mikebobroski
Copy link

It may be worth noting that you can use <C-]><C-U>. <C-]> gets you out of completion mode. It's an additional key press, but better than nothing.

bijancn pushed a commit to bijancn/YouCompleteMe that referenced this issue Jul 26, 2016
[Windows support] Convert run_tests script to python

This is needed to be able to run tests on Windows.

There are one small difference with the shell script: the double dashes are not needed to run specific tests.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants