dotfiles

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

gitcommit.vim (211B)


      1 setlocal spell
      2 setlocal spelllang=en
      3 setlocal formatoptions=qnljat
      4 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      5 let b:undo_ftplugin .= 'setlocal spell< spelllang< formatoptions<'