Comment 2 for bug 1094788

Revision history for this message
Steve McKinney (poorlilrichboy) wrote :

Using the settings from bug #1084974 didn't resolve this issue for me.

   set completeopt=menu,longest
   let g:SuperTabDefaultCompletionType = 'context'
   let g:SuperTabCompletionContexts = ['s:ContextText', 's:ContextDiscover']
   let g:SuperTabLongestHighlight=1
   let g:SuperTabLongestEnhanced=1

I'll open a ticket at ervandew/supertab, but I think it's still a possibility that this could be an issue with UltiSnips, this only appeared after I moved from SnipMate. The author of SuperTab seems to be very responsive about maintaining compatibility with SnipMate, it's possible that he'll feel the same about UltiSnips.

Thanks.