" Plugin to update the %changelog section of RPM spec files " This is a combination of ideas and code from " spec.vim by Gustavo Niemeyer " spec_ftplugin.vim by Guillaume Rousse " and Sir Raorn " add_changelog utility by Dmitry V. Levin " Filename: spec_alt.vim " Version: 0.0.1 if exists("b:did_altchangelog_ftplugin") | finish | endif let b:did_altchangelog_ftplugin = 1 if !exists("no_plugin_maps") && !exists("no_spec_maps") if !hasmapto("SpecAltChangelog") map ac SpecAltChangelog endif endif noremap