YouCompleteMe/python
micbou 83bb78a2d6
Restore cursor position after omnifunc call
Calling directly the omnifunc may move the cursor position. This is the case
with the default Vim omnifunc for C-family languages (ccomplete#Complete) which
calls searchdecl to find a declaration. This function is supposed to move the
cursor to the found declaration but it doesn't when called through the omni
completion mapping (CTRL-X CTRL-O). So, we restore the cursor position after
calling the omnifunc.
2017-07-07 03:38:33 +02:00
..
ycm Restore cursor position after omnifunc call 2017-07-07 03:38:33 +02:00
test_requirements.txt Require coverage.py older than 4.4 2017-06-04 16:42:54 +02:00