summaryrefslogblamecommitdiffstats
path: root/ftplugin/hgcommit.vim
blob: d101a6254eb38bf90a76705fa27995b47ea85290 (plain) (tree)
1
2
3
                                                            

        
















                                                  
if !polyglot#util#IsEnabled('hgcommit', expand('<sfile>:p'))
  finish
endif

" Vim filetype plugin file
" Language:	hg (Mercurial) commit file
" Maintainer:	Ken Takata <kentkt at csc dot jp>
" Last Change:	2016 Jan 6
" Filenames:	hg-editor-*.txt
" License:	VIM License
" URL:		https://github.com/k-takata/hg-vim

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

setlocal nomodeline

let b:undo_ftplugin = 'setl modeline<'