aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/autoload/indent.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/autoload/indent.vim b/vim/autoload/indent.vim
index 959acabd..d9d41bc9 100644
--- a/vim/autoload/indent.vim
+++ b/vim/autoload/indent.vim
@@ -19,8 +19,7 @@ endfunction
" Set the current buffer to tab indent
function! indent#Tabs() abort
- setlocal noexpandtab
- setlocal shiftwidth< softtabstop<
+ setlocal noexpandtab shiftwidth< softtabstop<
call indent#Undo()
endfunction