

- SUPERTAB KEYWORD COMPLETION PATTERN NOT FOUND HOW TO
- SUPERTAB KEYWORD COMPLETION PATTERN NOT FOUND CODE
My hope is that this will help to improve the documentation with maybe a more illustrative example.
SUPERTAB KEYWORD COMPLETION PATTERN NOT FOUND HOW TO
Sorry if I sound desperate, but I have really gone through the documentation and I could not figure out how to get the results I want. Actually right now it only tries completion, ignoring any other things.

The results is that it should try to use file completion, then omnicompletion, and finally word completion. If this does not work, the chain shall continue, and should be triggered. Here, I specify that SuperTab should use omnicompletion. If this does not find any match, it will continue for ContextDiscover. In particular it applies first ContextText, which will apply file completion if possible (among others that do not apply to my case).
SUPERTAB KEYWORD COMPLETION PATTERN NOT FOUND CODE
I have gone carefully through the documentation (several times), and I read this code as follows: SuperTab tries to use context completion first.

\call SuperTabSetDefaultCompletionType("") | Let g:SuperTabContextDiscoverDiscovery = Let g:SuperTabContextDefaultCompletionType = "" Let g:SuperTabDefaultCompletionType = "context"
