I must be missing something, is there a command to put all buffers into their own tabs and at the same time remove them from the current window? (This is gVim 7.0d, using guitabline.)
Using :set sessionoptions+=buffers starts a session with multiple buffers in one window. The best I can do is to hack a loop closing and then :tabedit each. But this has the horrid result of Vim having to save, close, and re-open each file--when all the user wanted to do is "menu" the existing buffers across the tab bar. All edits, save state, marks, etc. should be preserved. -- Steve Hall [ digitect mindspring com ]