- Update to patchlevel 372, fixes the following problems

* Crash when using a large Unicode character in a file that has
    syntax highlighting.
  * :wundo and :rundo use a wrong checksum.
  * When using a command line mapping to <Up> with file name 
    completion to go one directory up, 'wildchar' is inserted.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=82
This commit is contained in:
Ismail Dönmez
2011-12-09 13:28:26 +00:00
committed by Git OBS Bridge
parent 3ff96151b2
commit 5ad30a7021
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 9 13:20:50 UTC 2011 - idonmez@suse.com
- Update to patchlevel 372, fixes the following problems
* Crash when using a large Unicode character in a file that has
syntax highlighting.
* :wundo and :rundo use a wrong checksum.
* When using a command line mapping to <Up> with file name
completion to go one directory up, 'wildchar' is inserted.
-------------------------------------------------------------------
Wed Dec 7 10:09:25 UTC 2011 - aj@suse.de
+1 -1
View File
@@ -47,7 +47,7 @@ BuildRequires: gpm
%endif
#
%define pkg_version 7.3
%define official_ptchlvl 364
%define official_ptchlvl 372
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site
#
BIN
View File
Binary file not shown.