ultisnips
ultisnips copied to clipboard
SuperTab Compatibility is Broken
Vim 7.3.547 (Ubuntu 13.04) Bare config with pathogen loading three plugins:
- UltiSnips (MarcWeber fork) (https://github.com/MarcWeber/UltiSnips)
- vim-snippets (https://github.com/honza/vim-snippets)
- SuperTab (https://github.com/ervandew/supertab)
When either UltiSnips or SuperTab are loaded on their own, they work properly; but when loaded together, I've noticed the following problems:
- With cursor at the start of an empty line, when the
<tab>
key is pressed, nothing happens - With the cursor preceded by whitespace, when
<tab>
is pressed, the full snippet list pops up. This is the functionality by default bound to the<C-tab>
key combo in Ultisnips. - I could not find a case where UltiSnips handed off completion to SuperTab.
Testing all the above cases against the SirVer version of UltiSnips yielded the expected functionality, so this appears isolated to the MarcWeber fork.
Right. Holger Rapp is working on an official new version integrating most of my changes. So before that event (his new release) which might make this branch obsolete it doesn't make sense to me to work on such bug reports at the moment.