aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index db77981..0b28e3a 100644
--- a/vimrc
+++ b/vimrc
@@ -21,8 +21,8 @@ set number
" Don't show the mode, since this will be shown by the status line.
set noshowmode
-" Make sure that unsaved buffers that are to be put in the background are
-" must save first error doesn't come up)
+" Make sure that unsaved buffers that are to be put in the background are
+" allowed to go in there (ie. the "must save first" error doesn't come up)
set hidden
" Allow backspacing over everything in insert mode