aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-11plugin: Add some debug messages.HEADmasterAndreas Schneider1-2/+14
2013-06-18Use a dash instead of a dot cause git can't handle it.Andreas Schneider2-3/+3
2013-04-23Add filetype specific modeline to README.Andreas Schneider1-0/+10
2013-04-23Allow setting per-format modelinesAdrien Bustany1-0/+7
To set a format specific modeline (you'll need the filetype plugin on), just define a vim.modeline.<FT> git config entry. Example, C indented with 4 spaces, but Makefile with 8 space tabs: git config --add vim.modeline.c "ts=4 sw=4 et" git config --add vim.modeline.make "ts=8 sw=8 noet" The good old "git config --add vim.modeline xxx" still works, and is used as a fallback if no filetype specific modelines were defined.
2013-04-22Add BufNewFile to the autocmd triggersAdrien Bustany1-1/+1
2013-02-28Initial commit of git_modeline.vimAndreas Schneider2-0/+106