2 " Language: git config file
3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
5 " Only do this when not done yet for this buffer
6 if (exists("b:did_ftplugin"))
11 setlocal formatoptions-=t formatoptions+=croql
12 setlocal comments=:#,:; commentstring=;\ %s
14 let b:undo_ftplugin = "setl fo< com< cms<"