aboutsummaryrefslogtreecommitdiff
path: root/vim/indent
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent')
-rw-r--r--vim/indent/_GLOBAL.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/indent/_GLOBAL.vim b/vim/indent/_GLOBAL.vim
index 4461f36d..d0bdea26 100644
--- a/vim/indent/_GLOBAL.vim
+++ b/vim/indent/_GLOBAL.vim
@@ -7,6 +7,6 @@ setlocal expandtab<
" Unfortunately, older versions of Vim (6.2 is known) accept neither the
" `option<` nor `option=` syntax for resetting these numeric values, so we do
" it this clunkier way.
-execute 'setlocal shiftwidth='.&g:shiftwidth
-execute 'setlocal softtabstop='.&g:softtabstop
-execute 'setlocal tabstop='.&g:tabstop
+execute 'setlocal shiftwidth=' . &g:shiftwidth
+execute 'setlocal softtabstop=' . &g:softtabstop
+execute 'setlocal tabstop=' . &g:tabstop