> Try only enabling filetype detection and SuperTab (all on one line):
>
> vim -u NONE -i NONE -N --noplugin
> -c 'let g:SuperTabDefaultCompletionType="<c-x><c-o>"'
> -c 'filetype plugin on'
> -c 'runtime plugin/supertab.vim'
> If that works, then it's an interaction with another plugin that's
> causing the problem.
ok, wonderful, this worked. I can't believe I typed everything without
an error : D
now, how can I find out what's interfering?
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment