- spec.vim fix from Andrew Overholt
This commit is contained in:
parent
14c9def9b0
commit
ef334d8c1b
6
spec.vim
6
spec.vim
@ -2,7 +2,7 @@
|
|||||||
" Language: spec file
|
" Language: spec file
|
||||||
" Maintainer: Guillaume Rousse <rousse@ccr.jussieu.fr>
|
" Maintainer: Guillaume Rousse <rousse@ccr.jussieu.fr>
|
||||||
" URL: http://lis.snv.jussieu.fr/~rousse/linux/spec.vim
|
" 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")
|
if exists("b:did_ftplugin")
|
||||||
finish
|
finish
|
||||||
@ -73,9 +73,9 @@ if !exists("*s:InsertChangelogEntry")
|
|||||||
" Insert a changelog entry just after the given line
|
" Insert a changelog entry just after the given line
|
||||||
function s:InsertChangelogEntry(line)
|
function s:InsertChangelogEntry(line)
|
||||||
" insert changelog entry
|
" insert changelog entry
|
||||||
call append(a:line, "- ")
|
call append(a:line, "-")
|
||||||
" position cursor here
|
" position cursor here
|
||||||
execute a:line
|
execute a:line +1
|
||||||
" enter insert mode
|
" enter insert mode
|
||||||
startinsert!
|
startinsert!
|
||||||
endfunction
|
endfunction
|
||||||
|
5
vim.spec
5
vim.spec
@ -26,7 +26,7 @@
|
|||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2
|
Release: 3
|
||||||
License: freeware
|
License: freeware
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||||
@ -567,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-3
|
||||||
|
- spec.vim fix from Andrew Overholt
|
||||||
|
|
||||||
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-2
|
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-2
|
||||||
- fix tmpfile patch (#147192)
|
- fix tmpfile patch (#147192)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user