aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 15:19:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 15:19:44 +1200
commitc78e7a2f2140ef088886bd76f9cfe8f492c434e8 (patch)
treee239a903c7b9017c141c64474ca80668250b08c3
parentUpdate juvenile.vim colorscheme (diff)
downloaddotfiles-c78e7a2f2140ef088886bd76f9cfe8f492c434e8.tar.gz
dotfiles-c78e7a2f2140ef088886bd76f9cfe8f492c434e8.zip
Correct comment spelling in .vimrc
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 60f47d18..ff76bdf1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -36,7 +36,7 @@ set shiftwidth=4 " Indent with four spaces
" Spaces to insert on Tab key insert
if v:version > 703 || v:version == 703 && has('patch693')
- set softtabstop=-1 " Refer to 'shifwidth' if supported
+ set softtabstop=-1 " Refer to 'shiftwidth' if supported
else
set softtabstop=4 " Otherwise just four spaces
endif