Hi Tony,

Thank you for writing.
Whatever I did I still received this error.

I noted that it was only when clicking in Total Commander or
Winexplorer to open files in GVim, save the session and reopen the
session.

After 4 hours searching (very tired ;), I found a solution (just by
trying) but I don't kwow what I'm exactly doing and why it doesn't
give the error anymore.

I removed tabpages from
set sessionoptions=buffers,curdir,folds,winsize,resize,winpos

and added exe "tab ball" in the VimEnter function

function! VimEnter()
                exe "source $HOME/vimfiles/sessions/Session.vim"
                exe "tab ball"
endfunction

----------

I noted that the bufferlist in the buffer menu is empty.
I have to refresh it to have all buffers in the buffer menu.
Why is this?

Rameo.


-- 
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

Reply via email to