- Updated to revision 865, fixes the following problems

* Compiler warnings.
  * When calling system() multi-byte clipboard contents is garbled.
  * The QuitPre autocommand event does not trigger for :qa and :wq.
  * "gv" selects the wrong area after some operators.
  * 'ambiwidth' must be set by the user.
  * When using --remote-expr try/catch does not work. (Andrey Radev)
  * ":setlocal number" clears global value of 'relativenumber'.
  * Dragging the status line can be slow.
  * Problem with 'ambiwidth' detection for ANSI terminal.
  * Can't build without the mouse feature.
  * Mouse position may be wrong.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=134
This commit is contained in:
Ismail Dönmez 2013-03-18 14:05:42 +00:00 committed by Git OBS Bridge
parent b9d1bfac17
commit 12ee8c2000
3 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:159ed5f6a6d0fad81e2ef525f1de0b66fc644e2060414ce2f2997697c86289cc
size 914800
oid sha256:a42a29c95a28c3026d0484dd2ef4d7848aeb545c08d0a776f1f47a5ed653df33
size 926059

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 18 14:00:53 UTC 2013 - idonmez@suse.com
- Updated to revision 865, fixes the following problems
* Compiler warnings.
* When calling system() multi-byte clipboard contents is garbled.
* The QuitPre autocommand event does not trigger for :qa and :wq.
* "gv" selects the wrong area after some operators.
* 'ambiwidth' must be set by the user.
* When using --remote-expr try/catch does not work. (Andrey Radev)
* ":setlocal number" clears global value of 'relativenumber'.
* Dragging the status line can be slow.
* Problem with 'ambiwidth' detection for ANSI terminal.
* Can't build without the mouse feature.
* Mouse position may be wrong.
-------------------------------------------------------------------
Fri Mar 8 16:07:36 UTC 2013 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 854
%define official_ptchlvl 865
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site