From 12ee8c2000ff5919d7c1ce3592f9d965664fdd1fa71fe933bd72905c55b5b75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 18 Mar 2013 14:05:42 +0000 Subject: [PATCH 1/2] - 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 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 16 ++++++++++++++++ vim.spec | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 3307aec..10914ca 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:159ed5f6a6d0fad81e2ef525f1de0b66fc644e2060414ce2f2997697c86289cc -size 914800 +oid sha256:a42a29c95a28c3026d0484dd2ef4d7848aeb545c08d0a776f1f47a5ed653df33 +size 926059 diff --git a/vim.changes b/vim.changes index adf72a0..b793990 100644 --- a/vim.changes +++ b/vim.changes @@ -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 diff --git a/vim.spec b/vim.spec index 1d40971..b6a340a 100644 --- a/vim.spec +++ b/vim.spec @@ -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 From 2d211f93e29a0b1746c2e3fb4334328fe2109bc4eaea33713d3b9840f4685dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 20 Mar 2013 16:17:29 +0000 Subject: [PATCH 2/2] - Updated to revision 874, fixes the following problems * Mouse position may be wrong. * Not serving the X selection during system() isn't nice. * Matchparen does not update match when using auto-indenting. (Marc Aldorasi) * When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. * bufwinnr() matches buffers in other tabs. * Compiler warnings when using MingW 4.5.3. * search('^$', 'c') does not use the empty match under the cursor. * On some systems case of file names is always ignored, on others never. * Comparing file names does not handle multi-byte characters properly. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=135 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 18 ++++++++++++++++++ vim.spec | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 10914ca..eedf942 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a42a29c95a28c3026d0484dd2ef4d7848aeb545c08d0a776f1f47a5ed653df33 -size 926059 +oid sha256:6ea52f8ae6322e3f60ca7b511dadd7f8f5161ddc39920fbe9251425d320932a3 +size 940256 diff --git a/vim.changes b/vim.changes index b793990..4b9dfeb 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Mar 20 16:09:34 UTC 2013 - idonmez@suse.com + +- Updated to revision 874, fixes the following problems + * Mouse position may be wrong. + * Not serving the X selection during system() isn't nice. + * Matchparen does not update match when using auto-indenting. + (Marc Aldorasi) + * When at the hit-return prompt and using "k" while no text has + scrolled off screen, then using "j", an empty line is displayed. + * bufwinnr() matches buffers in other tabs. + * Compiler warnings when using MingW 4.5.3. + * search('^$', 'c') does not use the empty match under the cursor. + * On some systems case of file names is always ignored, on others + never. + * Comparing file names does not handle multi-byte characters + properly. + ------------------------------------------------------------------- Mon Mar 18 14:00:53 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index b6a340a..36fe48c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 865 +%define official_ptchlvl 874 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site