Bram Moolenaar | acb4f22 | 2016-01-10 15:59:26 +0100 | [diff] [blame] | 1 | " 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 | |||||
9 | if exists("b:did_ftplugin") | ||||
10 | finish | ||||
11 | endif | ||||
12 | let b:did_ftplugin = 1 | ||||
13 | |||||
14 | setlocal nomodeline | ||||
15 | |||||
16 | let b:undo_ftplugin = 'setl modeline<' |