VimCompletesMe
VimCompletesMe copied to clipboard
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
If completion fails, fallback to keyword automatically. I'm not experienced with Vim script at all, therefore my changes may be ugly... please let me know if so.
Isn't there any mean to trigger the fallback completion (that is, the generic vim completion) automatically if the special completions all failed (that is, `b:completion_tried = 1` and `pos` unchanged)?!...
Hi, Is it currently possible to configure `` to start completion in the opposite direction of ``? So with `let g:vcm_direction = 'n'`, `` would start completion backwards.