- patchlevel 556
This commit is contained in:
parent
ca34cbb68f
commit
9a75430f62
@ -546,3 +546,44 @@ Individual patches for Vim 7.3:
|
||||
3925 7.3.513 cannot use CTRL-E and CTRL-Y with "r"
|
||||
7792 7.3.514 no completion for :history command
|
||||
2073 7.3.515 'wildignorecase' only applies to the last part of the path
|
||||
2784 7.3.516 extend(o, o) may crash Vim
|
||||
1718 7.3.517 crash when using "vipvv"
|
||||
1976 7.3.518 ":helptags" cannot find tag when 'encoding' is double-byte
|
||||
1894 7.3.519 completefunction cannot indicate end of completion mode
|
||||
4238 7.3.520 Gvim starts up slow on Unbuntu 12.04
|
||||
3388 7.3.521 spell checking may crash when using multi-byte characters
|
||||
1885 7.3.522 crash in vim_realloc() when using MEM_PROFILE
|
||||
3493 7.3.523 ":diffupdate" doesn't check for files changed elsewhere
|
||||
1271 7.3.524 missing comma in version.c
|
||||
1884 7.3.525 compiler warning on 64 bit MS-Windows
|
||||
1950 7.3.526 confusing indenting for #ifdef
|
||||
4408 7.3.527 clang complains about non-ASCII characters in a string
|
||||
5919 7.3.528 crash when closing last window in a tab
|
||||
2439 7.3.529 using a count before "v" and "V" does not work
|
||||
1559 7.3.530 (after 7.3.520) gvim does not work when 'guioptions' has "f"
|
||||
1546 7.3.531 (after 7.3.530) GUI does not work on MS-Windows
|
||||
1685 7.3.532 compiler warning from Clang
|
||||
1323 7.3.533 memory leak when writing undo file
|
||||
2944 7.3.534 (after 7.3.461) autoindent fails with InsertCharPre autocmd
|
||||
8436 7.3.535 many #ifdefs for MB_MAXBYTES
|
||||
2014 7.3.536 German sharp s is not seen as a word character
|
||||
1352 7.3.537 unecessary call to init_spell_chartab()
|
||||
9735 7.3.538 'efm' does not handle Tabs in pointer lines
|
||||
1625 7.3.539 redraw multi-byte char on command line does not work properly
|
||||
1658 7.3.540 cursor is left on the text instead of the command line
|
||||
31063 7.3.541 when joining lines comment leaders need to be removed manually
|
||||
2240 7.3.542 (after 7.3.506) function is sometimes unused
|
||||
1632 7.3.543 the cursor is in the wrong line after using ":copen"
|
||||
3088 7.3.544 no autocommand for :quit before deciding to exit
|
||||
10435 7.3.545 autocommands may close a window that is already being closed
|
||||
1628 7.3.546 weird line break
|
||||
1661 7.3.547 (after 7.3.541) compiler warning for uninitialized variable
|
||||
1552 7.3.548 compiler warning on 64 bit Windows
|
||||
2957 7.3.549 in 'cinoptions' "0s" is interpreted as one shiftwidth
|
||||
4392 7.3.550 (after 7.3.541) with "j" in 'fo' a list leader is not removed
|
||||
13725 7.3.551 on :tablose a TabEnter autocommand is triggered too early
|
||||
17001 7.3.552 inside comments formatting does not use the "2" flag in 'fo'
|
||||
2515 7.3.553 text displayed one cell off if 'listchars' contains "precedes"
|
||||
1660 7.3.554 compiler warning for unused argument
|
||||
7968 7.3.555 building on IBM z/OS fails
|
||||
2194 7.3.556 compiler warnings on 64 bit Windows
|
||||
|
87
vim.spec
87
vim.spec
@ -18,7 +18,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 515
|
||||
%define patchlevel 556
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -571,6 +571,47 @@ Patch512: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.512
|
||||
Patch513: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.513
|
||||
Patch514: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.514
|
||||
Patch515: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.515
|
||||
Patch516: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.516
|
||||
Patch517: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.517
|
||||
Patch518: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.518
|
||||
Patch519: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.519
|
||||
Patch520: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.520
|
||||
Patch521: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.521
|
||||
Patch522: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.522
|
||||
Patch523: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.523
|
||||
Patch524: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.524
|
||||
Patch525: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.525
|
||||
Patch526: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.526
|
||||
Patch527: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.527
|
||||
Patch528: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.528
|
||||
Patch529: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.529
|
||||
Patch530: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.530
|
||||
Patch531: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.531
|
||||
Patch532: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.532
|
||||
Patch533: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.533
|
||||
Patch534: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.534
|
||||
Patch535: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.535
|
||||
Patch536: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.536
|
||||
Patch537: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.537
|
||||
Patch538: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.538
|
||||
Patch539: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.539
|
||||
Patch540: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.540
|
||||
Patch541: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.541
|
||||
Patch542: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.542
|
||||
Patch543: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.543
|
||||
Patch544: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.544
|
||||
Patch545: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.545
|
||||
Patch546: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.546
|
||||
Patch547: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.547
|
||||
Patch548: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.548
|
||||
Patch549: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.549
|
||||
Patch550: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.550
|
||||
Patch551: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.551
|
||||
Patch552: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.552
|
||||
Patch553: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.553
|
||||
Patch554: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.554
|
||||
Patch555: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.555
|
||||
Patch556: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.556
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1232,6 +1273,47 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch513 -p0
|
||||
%patch514 -p0
|
||||
%patch515 -p0
|
||||
%patch516 -p0
|
||||
%patch517 -p0
|
||||
%patch518 -p0
|
||||
%patch519 -p0
|
||||
%patch520 -p0
|
||||
%patch521 -p0
|
||||
%patch522 -p0
|
||||
%patch523 -p0
|
||||
%patch524 -p0
|
||||
%patch525 -p0
|
||||
%patch526 -p0
|
||||
%patch527 -p0
|
||||
%patch528 -p0
|
||||
%patch529 -p0
|
||||
%patch530 -p0
|
||||
%patch531 -p0
|
||||
%patch532 -p0
|
||||
%patch533 -p0
|
||||
%patch534 -p0
|
||||
%patch535 -p0
|
||||
%patch536 -p0
|
||||
%patch537 -p0
|
||||
%patch538 -p0
|
||||
%patch539 -p0
|
||||
%patch540 -p0
|
||||
%patch541 -p0
|
||||
%patch542 -p0
|
||||
%patch543 -p0
|
||||
%patch544 -p0
|
||||
%patch545 -p0
|
||||
%patch546 -p0
|
||||
%patch547 -p0
|
||||
%patch548 -p0
|
||||
%patch549 -p0
|
||||
%patch550 -p0
|
||||
%patch551 -p0
|
||||
%patch552 -p0
|
||||
%patch553 -p0
|
||||
%patch554 -p0
|
||||
%patch555 -p0
|
||||
%patch556 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -1688,6 +1770,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2012 Karsten Hopp <karsten@redhat.com> 7.3.556-1
|
||||
- patchlevel 556
|
||||
|
||||
* Mon May 21 2012 Karsten Hopp <karsten@redhat.com> 7.3.515-1
|
||||
- enable highlighting for older log files (#816848)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user