Eric Van Dewoestine
Eric Van Dewoestine
Having an option for that would be nice, but unfortunately there is no way for supertab to know that there were no matches. It simply handles sending key strokes to...
I scanned through this and left some comments. I'll need to spend more time looking at this more closely and testing, but for the most part it looks good. Please...
I just wanted to leave a note that I haven't forgotten about these pull requests. I've just haven't had the time to fully review them yet (I was hoping to...
Can you provide a small sample project that reproduces this issue?
Can you provide more information? What do you have `g:SuperTabNoCompleteAfter` set to? What is the text you are trying to insert a literal tab after?
> Actually, there are a lot of other mappings in the plugin, which also interferring with user mappings, like `(`. So what are you doing with a `(` mapping? If...
In that case perhaps a buffer local setting should be added to matchem to define the matching chars to map (defaulting to `&matchpairs`). That way your autocomplete helper can be...
@iago-lito I do most of my coding in python and java (far more of the former these days), so those are the two parts of eclim I'm most likely to...
Can you supply: * your ecilpse version * an example file that triggers the issue (ideally the smallest one possible that still produces the error)
So how do you manually perform omni (``), user (``), etc completions? Do you have vim's default `` behavior mapped to something else?