setlocal conceallevel=0 setlocal shiftwidth=2 setlocal tabstop=2 setlocal softtabstop=2 if exists('b:undo_ftplugin') let b:undo_ftplugin .= '|' else let b:undo_ftplugin = '' endif let b:undo_ftplugin .= 'setlocal conceallevel< shiftwidth< tabstop< softtabstop<'