Eric Van Dewoestine
Eric Van Dewoestine
> The default completion method is ``. What is it exactly? ``? `` searches in all the places specified in your `complete` setting (`:h i_CTRL-P`), while `` is limited to...
You've got the right idea, unfortunately supertab can only chain together omni completion (or user completion) with any other completion as a fallback. This is because only omni and user...
> So, doesn't putting `` do the right thing. I.e., I don't want the result of that to be examined. Just want vim to try to complete from the dictionary...
If you always want to use BiDiComplete instead of `` or `` then you should be able to just add the following to your vimrc: ``` let g:SuperTabContextDefaultCompletionType = ""...
Give the `supertab_completion_mode` branch a try. I haven't done extensive testing on it, but it should do the trick as long as you are using a version of vim that...
Looks like you should also have a mapping for `` either in your vimrc or some other plugin, can you post that mapping here? If you can't find it, try...
I'm not currently supporting these plugins anymore unfortunately.
> Although different in context, it might be related to this issue. That issue is separate and has been resolved. The case reported here still occurs in the latest version.
I just started playing with the emulator and would love to know how you got past the 10 container limit (which seems to be regardless of how many databases you...
Thanks Marc. It's a shame the primary source is abandoned, but it's good to see you and garbas providing maintained forks.