Paul wrote: > This doesn't work: > set sessionoptions-=buffers,options > > However, this does: > set sessionoptions-=buffers > set sessionoptions-=options
I believe that ':set whatever-=xyz' (assuming that it is not a number option) looks for an exact match of 'xyz'. It doesn't try to parse 'xyz' and work out if there is an embedded comma. You are supposed to use your second method which does work. > PS. Sorry for double post. As a new user your first posts are moderated. Maybe once a week someone posts twice (or more!) when the first message doesn't go through. I deleted the older post and sent the newer one. You are not moderated now. Since I'm in manager mode, and for anyone reading this, I'll give my normal message: Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See the list guidelines: http://groups.google.com/group/vim_use/web/vim-information John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
