blob: 1bbb6faaae3ca4d4640a1dba4f83f2bdd4f70e15 [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>
Riley Bruins8b92af62025-06-18 18:47:57 +02004" Last Change: 2025 Jun 8
Bram Moolenaaracb4f222016-01-10 15:59:26 +01005" Filenames: hg-editor-*.txt
6" License: VIM License
7" URL: https://github.com/k-takata/hg-vim
Riley Bruins8b92af62025-06-18 18:47:57 +02008" 2025 Jun 18 by Vim Project: update commentstring option (#17480)
Bram Moolenaaracb4f222016-01-10 15:59:26 +01009
10if exists("b:did_ftplugin")
11 finish
12endif
13let b:did_ftplugin = 1
14
15setlocal nomodeline
16
Riley Bruins8b92af62025-06-18 18:47:57 +020017setlocal comments=:HG\:
18setlocal commentstring=HG:\ %s
19
20let b:undo_ftplugin = 'setl modeline< com< cms<'