1 2 3 4 5 6 7 8
" Python indent file let b:undo_indent = get(b:, 'undo_indent', '') setlocal shiftwidth=4 setlocal softtabstop=4 let b:undo_indent .= '|setl sw< sts<'