Not map <c-x> if already mapped to something else#135
Not map <c-x> if already mapped to something else#135nowox wants to merge 3 commits intoervandew:mainfrom
Conversation
Conflicts: plugin/supertab.vim
|
So how do you manually perform omni ( |
|
Yes, I use another mapping for since I prefer to keep a more standard On Wed, Oct 15, 2014 at 12:28 AM, Eric Van Dewoestine <
|
I am using as cut like every other editor. In insertion mode, this mapping will cut the word under cursor. Unfortunately your plugin will automatically remap to execute ManualCompletionEnter(). I added some code to avoid this mapping is is already user mapped. I also added a g:SuperTabMappingTabManual to let the user choose its own mapping.