diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 14:31:05 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 14:31:24 +0100 |
| commit | 163b72d59d8f27d5ad8e99630498daae927a1dd5 (patch) | |
| tree | 6755b30d7896662bf605ae7bde716481837a97c1 /vimrc | |
| parent | bf72418844587e32e91d5e83eb566e0f33224541 (diff) | |
| download | dotfiles-163b72d59d8f27d5ad8e99630498daae927a1dd5.tar.gz dotfiles-163b72d59d8f27d5ad8e99630498daae927a1dd5.zip | |
vim: typo.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
