dotfiles

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

groff.vim (196B)


      1 compiler groff
      2 let b:nroff_is_groff = 1
      3 setlocal commentstring=\\#\ %s
      4 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      5 let b:undo_ftplugin .= 'unlet b:nroff_is_groff'