Set hidden option.
authorIain Patterson <me@iain.cx>
Fri, 30 Aug 2013 09:01:45 +0000 (10:01 +0100)
committerIain Patterson <me@iain.cx>
Fri, 4 Oct 2013 11:08:35 +0000 (12:08 +0100)
Remember the undo list for a buffer which was abandoned.

.vimrc

diff --git a/.vimrc b/.vimrc
index 1886971..19d9e77 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -67,6 +67,9 @@ se tags=~/.tags,./tags,tags
 " Don't timeout waiting to interpet, eg, <ESC>OA as an escape code.
 se ttimeoutlen=100
 
+" Remember undo list for closed (but not wiped) buffers.
+se hidden
+
 " Use ^B to search backward when completing.
 inoremap <C-b> <C-p>
 " Use ^L to show matching completions but don't select one.