summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/git.mnv
blob: 36f8040c4168898b188e9b2e2fd93bb835abbd65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" MNV filetype plugin
" Language:	generic git output
" Maintainer:	Tim Pope <mnvNOSPAM@tpope.org>
" Last Change:	2023 Mar 26

" Only do this when not done yet for this buffer
if (exists("b:did_ftplugin"))
  finish
endif

let b:did_ftplugin = 1

setlocal nomodeline

let b:undo_ftplugin = "setl modeline<"