dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

snippets.vim (215B)


      1 setlocal tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab
      2 
      3 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      4 let b:undo_ftplugin .= 'setlocal tabstop< softtabstop< shiftwidth< expandtab<'