" Vim filetype plugin " Language: spec file " Maintainer: Guillaume Rousse " URL: http://lis.snv.jussieu.fr/~rousse/linux/spec.vim " Version: $Id: spec.vim,v 1.2 2005/02/10 16:45:35 karsten Exp $ if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 " Add mappings, unless user doesn't want if !exists("no_plugin_maps") && !exists("no_spec_maps") if !hasmapto("AddChangelogBlock") map ch AddChangelogBlock endif if !hasmapto("AddChangelogEntry") map CH AddChangelogEntry endif noremap