aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-22 21:12:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-22 21:12:06 +1200
commite6250bca0e9818538b953ee35c5bf6f60e2ea783 (patch)
tree6016c5cafbd3a438769e7a3e0a4efa94bf8cde15
parentDon't create ~/.vim/config (diff)
downloaddotfiles-e6250bca0e9818538b953ee35c5bf6f60e2ea783.tar.gz
dotfiles-e6250bca0e9818538b953ee35c5bf6f60e2ea783.zip
Revise Vim 'shiftround' comment
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a75e80fe..1037caf6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -31,7 +31,7 @@ endif
" The all-important default indent settings; filetypes to tweak
set autoindent " Use indent of previous line on new lines
set expandtab " Use spaces instead of tabs
-set shiftround " Round indenting to multiples of 4
+set shiftround " Round indenting to multiples of 'shiftwidth'
set shiftwidth=4 " Indent with four spaces
set softtabstop=4 " Insert four spaces for a Tab press