I noted that my session file once in a while corrupts.

Today I noted the reason:
when I do a drag and drop from a file (p.e. makemenu.vim) in Vim, Vim
put this line in the session.vim file:

args Program\ Files\Vim\vim73\makemenu.vim

When I open the same file in vim using the Open command (:e) Vim put
this line in the session.vim file:

badd +0 Program\ Files\Vim\vim73\makemenu.vim

-------------------------------

The args command does never leave the session file anymore whatever I
do, and the makemenu.vim will be reloaded everytime I open vim.

How can I resolve this problem?

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