From e6250bca0e9818538b953ee35c5bf6f60e2ea783 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 Jun 2018 21:12:06 +1200 Subject: Revise Vim 'shiftround' comment --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3