blob: d5a6c0a383f1c66deb26cf091d4260a05bf2470c [file] [log] [blame]
Bram Moolenaaracb4f222016-01-10 15:59:26 +01001" Vim filetype plugin file
2" Language: hg (Mercurial) commit file
3" Maintainer: Ken Takata <kentkt at csc dot jp>
4" Last Change: 2016 Jan 6
5" Filenames: hg-editor-*.txt
6" License: VIM License
7" URL: https://github.com/k-takata/hg-vim
8
9if exists("b:did_ftplugin")
10 finish
11endif
12let b:did_ftplugin = 1
13
14setlocal nomodeline
15
16let b:undo_ftplugin = 'setl modeline<'