blob: 449e3b4a165f7434bfef1bb6886696d005bd7242 (
plain) (
tree)
|
|
" Use hard tabs for Vim help
setlocal noexpandtab shiftwidth=0 tabstop=8
if &softtabstop != -1
let &softtabstop = &shiftwidth
endif
let b:undo_indent .= '|setlocal expandtab< shiftwidth< softtabstop< tabstop<'
|