From e16a486b8efcac7be5888182e6c45d47a2c002d7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 13 Nov 2020 00:02:49 +1300 Subject: Condense a :set line --- vim/autoload/indent.vim | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3