" Plugin to update the %changelog section of RPM spec files " Filename: spec.vim " Maintainer: Gustavo Niemeyer " x Last Change: Wed, 10 Apr 2002 16:28:52 -0300 " o 'Last Updated : 2004-12-11 18:35:40!!' by gopp if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 if !exists("no_plugin_maps") && !exists("no_spec_maps") if !hasmapto("SpecChangelog") map c SpecChangelog endif endif noremap