aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-21 14:11:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-21 14:11:16 +1200
commita4fbbb0b09042c52a50559f5bc938723d5d4fbb4 (patch)
treec2480ba7643af5479b2971123d1680b58cdb2c9a /vim/vimrc
parentReview GUI Vim options in .gvimrc (diff)
downloaddotfiles-a4fbbb0b09042c52a50559f5bc938723d5d4fbb4.tar.gz
dotfiles-a4fbbb0b09042c52a50559f5bc938723d5d4fbb4.zip
Correct two .vimrc spelling errors
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index b1176b65..623d91e1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -43,7 +43,7 @@ set softtabstop=4 " Insert four spaces for a Tab press
" Let me backspace over pretty much anything
set backspace=
-set backspace+=indent " Spaces from 'audoindent'
+set backspace+=indent " Spaces from 'autoindent'
set backspace+=eol " Line breaks
set backspace+=start " The start of current insertion
@@ -116,7 +116,7 @@ set shortmess+=o " Don't stack file writing messages
set shortmess+=O " Don't stack file reading messages
set shortmess+=r " [readonly] -> [RO]
set shortmess+=t " Truncate file message at start if too long
-set shortmess+=T " Truncate other message in midle if too long
+set shortmess+=T " Truncate other message in middle if too long
set shortmess+=w " written -> [w], appended -> [a]
set shortmess+=x " [dos format] -> [dos]