dotfiles

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

dot.vim (146B)


      1 setl makeprg=dot\ -Tsvg\ -O\ %
      2 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      3 let b:undo_ftplugin .= 'set makeprg<'