blob: 7fcce53056c90cf922556d9ad80f1b92cd606e3f [file] [log] [blame]
Tim Pope48ddc6a2023-12-28 12:46:39 -05001" Vim filetype plugin
2" Language: generic git output
3" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4" Last Change: 2023 Mar 26
5
6" Only do this when not done yet for this buffer
7if (exists("b:did_ftplugin"))
8 finish
9endif
10
11let b:did_ftplugin = 1
12
13setlocal nomodeline
14
15let b:undo_ftplugin = "setl modeline<"