aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/detect_indent.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/detect_indent.vim')
-rw-r--r--vim/autoload/detect_indent.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/detect_indent.vim b/vim/autoload/detect_indent.vim
index 91952032..6be81eda 100644
--- a/vim/autoload/detect_indent.vim
+++ b/vim/autoload/detect_indent.vim
@@ -47,7 +47,7 @@ function detect_indent#() abort
let &l:softtabstop = shiftwidth
endif
- let undo_indent = 'setlocal expandtab? shiftwidth? softtabstop?'
+ let undo_indent = 'setlocal expandtab< shiftwidth< softtabstop<'
if exists('b:undo_indent')
let b:undo_indent .= '|'.undo_indent
else