changelog format

Bill Crawford billcrawford1970 at gmail.com
Tue Apr 21 15:17:21 UTC 2009


On Tuesday 21 April 2009 15:42:36 Iain Arnell wrote:

> -  autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec
> +  if executable("rpmdev-newspec")
> +    autocmd BufNewFile *.spec exe "rpmdev-newspec -o - ".bufname("%")
> +  else
> +    autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec

Please don't make vim do yet another bunch of stat() calls at startup to look 
for this </whine>




More information about the fedora-devel-list mailing list