1

I have installed Supertab in vim. Now I face the circumstance that my abbreviations does not work as normal. Which would be: I write the abbreviation atn and it expands to @todo-next. Now I have to hit Tab and Enter, so that the expandation works.

How can I get the iab work as before?

Here an extract of my abbreviations.

# :iab
i atn @todo-next
i ato @todo 
jerik
  • 5,714
  • 8
  • 41
  • 80
  • Just quickly looking through the [documentation for the plugin](https://github.com/ervandew/supertab/blob/master/doc/supertab.txt), it looks like there's an `g:SuperTabNoCompleteAfter` option. Does that work? – Das_Geek Oct 04 '19 at 18:58
  • I checked the part of the documentation. Way a) for `g:SuperTabNoCompleteAfter` can handle specified text pattern, this is not usefull. Way b) works with a function reference, so basically I would have to write a function which checks every pattern against my abbreviations. I didi hope to find a easier solution ... – jerik Oct 05 '19 at 21:50

0 Answers0