dotfiles

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

sh.vim (197B)


      1 compiler sh
      2 let g:sh_fold_enabled= 7
      3 setlocal foldmethod=syntax
      4 
      5 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      6 let b:undo_ftplugin .= 'setlocal makeprg< foldmethod<'