From ef334d8c1b15ad24944db1ffff4f1a7cdd643326 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Feb 10 2005 16:45:35 +0000 Subject: - spec.vim fix from Andrew Overholt --- diff --git a/spec.vim b/spec.vim index 03fd48e..7a21583 100644 --- a/spec.vim +++ b/spec.vim @@ -2,7 +2,7 @@ " Language: spec file " Maintainer: Guillaume Rousse " URL: http://lis.snv.jussieu.fr/~rousse/linux/spec.vim -" Version: $Id: spec.vim,v 1.1 2004/09/09 14:07:26 cvsdist Exp $ +" Version: $Id: spec.vim,v 1.2 2005/02/10 16:45:35 karsten Exp $ if exists("b:did_ftplugin") finish @@ -73,9 +73,9 @@ if !exists("*s:InsertChangelogEntry") " Insert a changelog entry just after the given line function s:InsertChangelogEntry(line) " insert changelog entry - call append(a:line, "- ") + call append(a:line, "-") " position cursor here - execute a:line + execute a:line +1 " enter insert mode startinsert! endfunction diff --git a/vim.spec b/vim.spec index 908ccfe..e88394d 100644 --- a/vim.spec +++ b/vim.spec @@ -26,7 +26,7 @@ Summary: The VIM editor. Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2 +Release: 3 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 @@ -567,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Feb 10 2005 Karsten Hopp 6.3.061-3 +- spec.vim fix from Andrew Overholt + * Mon Feb 07 2005 Karsten Hopp 6.3.061-2 - fix tmpfile patch (#147192)