I want to save a list of open files (:ls), quit gvim, start gvim, reopen all previously opened files. I don't want to use :mksession because it doesn't work correctly (probably due to some of the plugins I'm using)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Maybe the bug/conflict with :mksession is only if you have parts of :mksession enabled that you don't care about. Try this:
|
|||||||
|
|
There are a couple plugins that take vim's session management a little bit further. SessionMan and Autosess provide some commands and auto saving features that you might like. Another one is the following: http://jaredforsyth.com/blog/2010/apr/9/vim-crash-recovery/ Very short, probably a vimrc kind of thing. |
|||
|
|