From: Joakim, Tue, May 10, 2011 6:36 am
> 
> I believe that cream is getting the signals correctly because the
> information on the line under the status line changes for tab and
> shift+tab: =<SNR>96_SuperTab('n') and =<SNR>96_SuperTab('p')
> respectively.

There's the problem. This is a not a Cream function, there must be a
plugin interfering somewhere. Use:

  <Ctrl+L>:scriptnames<Enter>

or grep through your plugins/ directory to find the file containing
"SuperTab". (It could be in ~/.vim or in /usr/share/vim/ .) It likely
has a mapping for <S-Tab>. You either need to remove the plugin or
comment out that line to test.


-- 
Steve Hall  [ digitect dancingpaper com ]
:: Cream for Vim (http://cream.sourceforge.net)



------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
cream-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cream-general

Reply via email to