comparison runtime/ftplugin/hgcommit.vim @ 7557:502ca0a62fd8

commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 15:59:26 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 16:00:06 +0100
parents
children
comparison
equal deleted inserted replaced
7556:823c4567b8a2 7557:502ca0a62fd8
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<'