- Update to official patchlevel 266

* Fix python 3.2 detection
  * Python: Errors in Unicode characters not handled nicely.
  * "gH<Del>" deletes the current line, except when it's the last
    line.
  * "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
  * The coladd field is not reset when setting the line number for a
    ":call" command.
  * When editing a file such as "File[2010-08-15].vim" an E16 error is
    given.
  * Equivalence classes only work for latin characters.
  * CursorHold triggers on an incomplete mapping.
  * G++ error message errornously recognized as error.
  * When the current directory name contains wildcard characters, such
    as "foo[with]bar", the tags file can't be found.
  * When storing a pattern in search history there is no proper check
    for the separator character.
  * In Gvim with iBus typing space in Insert mode doesn't work.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=50
This commit is contained in:
Ismail Dönmez 2011-08-04 12:01:30 +00:00 committed by Git OBS Bridge
parent 489e0dc133
commit 5db24cbfee
3 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28e42b9b681f005d317a00b759c269032acedf0dc95504edd350e62bde0290f9
size 248903
oid sha256:d2e31888e0c4b4db235d2645fc60b6cbdf6530a9a92e7f116ee5977fed75aabe
size 272879

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Aug 4 11:54:55 UTC 2011 - idonmez@novell.com
- Update to official patchlevel 266
* Fix python 3.2 detection
* Python: Errors in Unicode characters not handled nicely.
* "gH<Del>" deletes the current line, except when it's the last
line.
* "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
* The coladd field is not reset when setting the line number for a
":call" command.
* When editing a file such as "File[2010-08-15].vim" an E16 error is
given.
* Equivalence classes only work for latin characters.
* CursorHold triggers on an incomplete mapping.
* G++ error message errornously recognized as error.
* When the current directory name contains wildcard characters, such
as "foo[with]bar", the tags file can't be found.
* When storing a pattern in search history there is no proper check
for the separator character.
* In Gvim with iBus typing space in Insert mode doesn't work.
-------------------------------------------------------------------
Tue Jul 11 15:00:00 UTC 2011 - idonmez@novell.com

View File

@ -46,7 +46,7 @@ BuildRequires: gpm
%endif
#
%define pkg_version 7.3
%define official_ptchlvl 243
%define official_ptchlvl 266
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site
#