aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-03 14:31:05 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-03 14:31:24 +0100
commit163b72d59d8f27d5ad8e99630498daae927a1dd5 (patch)
tree6755b30d7896662bf605ae7bde716481837a97c1 /vimrc
parentbf72418844587e32e91d5e83eb566e0f33224541 (diff)
downloaddotfiles-163b72d59d8f27d5ad8e99630498daae927a1dd5.tar.gz
dotfiles-163b72d59d8f27d5ad8e99630498daae927a1dd5.zip
vim: typo.
Diffstat (limited to 'vimrc')
-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