Akshay Hegde
Akshay Hegde
I am open to suggestions. I do agree that the current method is really unintuitive. I thought of introducing another keybind for this but didn't like that method. the problem...
@josefson: Interesting. Jedi should be automatically overriding omnifunc here when initializing: https://github.com/davidhalter/jedi-vim/blob/026ae6be03323193850f83109a80982808a7621b/after/ftplugin/python/jedi.vim Although, I'm not sure why omnifunc is still pointing to the pythoncomplete script. Let me see if I...
@josefson: Can you check if the latest master fixes the issue for you?
Thanks, I'm only just found out about mucomplete. Seems pretty cool. I'll check it out further. Yeah if there's one area where I'd like to improve VCM, is the fallback.
It does that already. Do you have something else mapped to Shift Tab?
I'm confused. If I have the file as: 1. foo 2. bar 3. find 4. for 5. f and then type Shift-Tab after "f" on line 5, I get the...
I see what you're saying now. But, the plugin only uses the existing behavior of Ctrl-X_Ctrl-N/P. The `vcm_direction` variable, then, controls the selection direction inside the popup window. In your...