On Thu, 21 Jul 2011, Carlo Trimarchi wrote:
On 21 July 2011 18:27, Benjamin R. Haskell wrote:
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?
Hmm. Not much to do other than enable/disable them and see if that
command still works. Quickest way to disable a plugin is to put the
'finish' command at the top of it.
I stated "an interaction with another plugin", but it could still be
something set from within .vimrc itself (which the above command also
disables). So, maybe step one would be to do the command without the
'-u NONE' (which is the portion that disables .vimrc). At which point
you can systematically go through and disable settings in .vimrc.
Or you can share your .vimrc and .vim/ directory somewhere and maybe
someone will see what would be causing the problem.
--
Best,
Ben
--
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