On Nov 4, 2:42 pm, Charles Campbell <[EMAIL PROTECTED]>
wrote:
>
> As Fritzophrenic pointed out, plugins apparently have the potential to
> interfere. Try:
>
> vim -u NONE
> (:set nocp, set up tabs and whatnot)
> :mks! ses.S
> :q
>
> If that works (vim -S ses.S), try
>
> vim --noplugin
> (same as above)
>
> If the first case worked, then there's likely to be a conflict with
> something in your .vimrc or plugins. If the second case works, that'll
> narrow it down to your plugins. Further narrowing is an exercise in
> disabling plugins and re-enabling them.
>
> Regards,
> Chip Campbell
After some _very_ brief experimentation, I determined that on my
setup :mksession works if I do not have the Taglist window open, and
all the files are in the same directory. It also works with gvim -N -u
NONE.
This leads me to believe that the TagList plugin does not work well
with mksession, and that the autochdir option also causes problems.
I might sometime play with this some more, if I feel the need to make
a session file, but it's good enough for me for now.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---