Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks a lot for your detailed answer! Especially your second solution was very helpful. I'm not quite sure if this is too 'hackish' a way to solve my problem, but I've just added the following lines to my .vimrc: autocmd BufWinLeave *.* mkview and autocmd BufWinEnter *.* silent loadview. It seems to be working now! Commented Dec 14, 2013 at 20:41
  • Huh, I've never used views before. Neat! Commented Dec 15, 2013 at 3:21