- Update to official patchlevel 243

* Fix multiple illegal memory accesses
  * Fix: Using CTRL-R CTRL-W on the command line may insert only 
    part of the word.
  * Fix: Python corrects the cursor column without taking 
    'virtualedit' into account.
  * Fix: Python 3 doesn't compile without +multi_byte
  * Fix: ";" gets stuck on a "t" command, it's not useful.
  * Fix: ":scriptnames" and ":breaklist" show long file names.
  * Fix: ":wundo" and ":rundo" don't unescape their argument
  * Fix: "2gj" does not always move to the correct position.
  * Fix: On a 64 bit system "syn sync fromstart" is very slow.
  * Fix: Can't pass dict to sort function.
  * Fix: Text from the clipboard is sometimes handled as linewise, 
    but not consistently.
  * Fix: Inside an "if" a ":wincmd" causes problems.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=48
This commit is contained in:
Ismail Dönmez 2011-07-11 12:59:42 +00:00 committed by Git OBS Bridge
parent a04ea12d17
commit c684394a95
3 changed files with 23 additions and 23 deletions

View File

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

View File

@ -1,28 +1,28 @@
-------------------------------------------------------------------
Tue Jul 11 15:00:00 UTC 2011 - idonmez@novell.com
- Update to official patchlevel 243
* Fix multiple illegal memory accesses
* Fix: Using CTRL-R CTRL-W on the command line may insert only
part of the word.
* Fix: Python corrects the cursor column without taking
'virtualedit' into account.
* Fix: Python 3 doesn't compile without +multi_byte
* Fix: ";" gets stuck on a "t" command, it's not useful.
* Fix: ":scriptnames" and ":breaklist" show long file names.
* Fix: ":wundo" and ":rundo" don't unescape their argument
* Fix: "2gj" does not always move to the correct position.
* Fix: On a 64 bit system "syn sync fromstart" is very slow.
* Fix: Can't pass dict to sort function.
* Fix: Text from the clipboard is sometimes handled as linewise,
but not consistently.
* Fix: Inside an "if" a ":wincmd" causes problems.
-------------------------------------------------------------------
Wed Jul 6 08:11:28 UTC 2011 - aj@suse.de
- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
-------------------------------------------------------------------
Tue Jun 28 11:29:36 UTC 2011 - idonmez@novell.com
- Update to official patch level 237
-------------------------------------------------------------------
Tue Jun 21 07:04:50 UTC 2011 - idonmez@novell.com
- Update to official patch level 230
-------------------------------------------------------------------
Tue Jun 14 12:16:38 UTC 2011 - idonmez@novell.com
- Update to official patch level 219
-------------------------------------------------------------------
Fri Jun 10 11:19:59 UTC 2011 - idonmez@novell.com
- Update to official patch level 206
-------------------------------------------------------------------
Tue May 17 07:43:45 UTC 2011 - idoenmez@novell.com

View File

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