- patchlevel 444

This commit is contained in:
Karsten Hopp 2012-02-13 12:54:53 +01:00
parent 170224db27
commit dc868b4304
2 changed files with 35 additions and 2 deletions

View File

@ -457,7 +457,7 @@ Individual patches for Vim 7.3:
2210 7.3.424 Win16 version missing some functions 2210 7.3.424 Win16 version missing some functions
2572 7.3.425 (after 7.3.265) search history lines are duplicated 2572 7.3.425 (after 7.3.265) search history lines are duplicated
8345 7.3.426 with '$' in 'cpoptions' $ is not displayed in the first column 8345 7.3.426 with '$' in 'cpoptions' $ is not displayed in the first column
10744 7.3.427 readfile() can be slow with long lines 10278 7.3.427 readfile() can be slow with long lines
2881 7.3.428 Win32: an xpm file without a mask crashes Vim 2881 7.3.428 Win32: an xpm file without a mask crashes Vim
5441 7.3.429 with 'E' in 'cpoptions' redo wrong after "c0" in first column 5441 7.3.429 with 'E' in 'cpoptions' redo wrong after "c0" in first column
2949 7.3.430 conf filetype detection may end up in the wrong augroup 2949 7.3.430 conf filetype detection may end up in the wrong augroup
@ -465,3 +465,13 @@ Individual patches for Vim 7.3:
6926 7.3.432 ACLs are not supported for ZFS or NFSv4 on Solaris 6926 7.3.432 ACLs are not supported for ZFS or NFSv4 on Solaris
2538 7.3.433 using continued lines in a Vim script can be slow 2538 7.3.433 using continued lines in a Vim script can be slow
6194 7.3.434 using join() can be slow 6194 7.3.434 using join() can be slow
1864 7.3.435 compiler warning for unused variable
3128 7.3.436 compiler warnings for types on Windows
2282 7.3.437 looping inside FOR_ALL_TAB_WINDOWS even when already done
4305 7.3.438 there is no way to avoid ":doautoall" reading modelines
2487 7.3.439 compiler warnings to size casts in Perl interface
5664 7.3.440 Vim does not support UTF8_STRING for the X selection
9578 7.3.441 newer versions of MzScheme require earlier initialisation
5445 7.3.442 (after 7.3.438) still read modelines for ":doautocmd"
8329 7.3.443 MS-Windows: 'shcf' and 'sxq' defaults are not very good
3159 7.3.444 ":all!" and ":sall!" give error E477

View File

@ -18,7 +18,7 @@
#used for pre-releases: #used for pre-releases:
%define beta %{nil} %define beta %{nil}
%define vimdir vim73%{?beta} %define vimdir vim73%{?beta}
%define patchlevel 434 %define patchlevel 444
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -490,6 +490,16 @@ Patch431: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.431
Patch432: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.432 Patch432: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.432
Patch433: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.433 Patch433: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.433
Patch434: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.434 Patch434: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.434
Patch435: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.435
Patch436: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.436
Patch437: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.437
Patch438: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.438
Patch439: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.439
Patch440: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.440
Patch441: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.441
Patch442: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.442
Patch443: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.443
Patch444: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.444
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1069,6 +1079,16 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch432 -p0 %patch432 -p0
%patch433 -p0 %patch433 -p0
%patch434 -p0 %patch434 -p0
%patch435 -p0
%patch436 -p0
%patch437 -p0
%patch438 -p0
%patch439 -p0
%patch440 -p0
%patch441 -p0
%patch442 -p0
%patch443 -p0
%patch444 -p0
# install spell files # install spell files
@ -1523,6 +1543,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon Feb 13 2012 Karsten Hopp <karsten@redhat.com> 7.3.444-1
- patchlevel 444
* Tue Feb 07 2012 Karsten Hopp <karsten@redhat.com> 7.3.434-1 * Tue Feb 07 2012 Karsten Hopp <karsten@redhat.com> 7.3.434-1
- patchlevel 434 - patchlevel 434