ervandew / supertab

Perform all your vim insert mode completions with Tab
3.18k stars 214 forks source link

Explain how to prevent completion after certain chars #190

Closed spatialfruitsalad closed 7 years ago

spatialfruitsalad commented 7 years ago

Added a bulletpoint to the README.rst FAQ section about how to use g:SuperTabNoCompleteAfter to ignore any character.

ervandew commented 7 years ago

This isn't really a FAQ and that option is fully covered in the supertab docs. It seems weird to have one setting documented in the FAQ but not the others. But documenting all the settings in the FAQ would also defeat the purpose of the docs.

I just committed an update to the README which adds a section on how to access the supertab docs in case not knowing how to do so was the cause for this change.