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 9if exists("b:did_ftplugin") 10 finish 11endif 12let b:did_ftplugin = 1 13 14setlocal nomodeline 15 16let b:undo_ftplugin = 'setl modeline<' 17