Accepting request 126120 from editors

- Update to patchlevel 566, fixes the following problems 
  * Redo after completion does not work correctly when refresh.
  * ":profdel" should not work when the +profile feature is disabled.
  * Crash when an autocommand wipes out a buffer when it is hidden.
  * The cursor is in the wrong line after using ":copen".
  * 'efm' does not handle Tabs in pointer lines.
  * When spell checking the German sharp s is not seen as a word
    character.
  * When using an InsertCharPre autocommand autoindent fails.
  * Gvim does not work when 'guioptions' includes "f".
  * Using a count before "v" and "V" does not work.
  * ":diffupdate" doesn't check for files changed elsewhere.
  * Using "z=" on a multi-byte character may cause a crash.
  * 'wildignorecase' only applies to the last part of the path.
  * No completion for :history command.
  * Cannot use CTRL-E and CTRL-Y with "r".
  * ":vimgrep" fails when 'autochdir' is set.

- license update: SUSE-Vim
  Choose a license from the list at http://www.spdx.org/licenses or from
  the list linked at http://license.opensuse.org

OBS-URL: https://build.opensuse.org/request/show/126120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=86
This commit is contained in:
Stephan Kulow 2012-06-26 18:04:41 +00:00 committed by Git OBS Bridge
commit 0b95a6b03c
3 changed files with 32 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7fd00083725faa417f68ff2588009144c052078f1d070a35b417d094a49941d
size 425054
oid sha256:e2d9d635e57337fd5f5530bc04307c6317567214a61e03a83c0fa0a6077502ec
size 518314

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Jun 26 09:27:19 UTC 2012 - idonmez@suse.com
- Update to patchlevel 566, fixes the following problems
* Redo after completion does not work correctly when refresh.
* ":profdel" should not work when the +profile feature is disabled.
* Crash when an autocommand wipes out a buffer when it is hidden.
* The cursor is in the wrong line after using ":copen".
* 'efm' does not handle Tabs in pointer lines.
* When spell checking the German sharp s is not seen as a word
character.
* When using an InsertCharPre autocommand autoindent fails.
* Gvim does not work when 'guioptions' includes "f".
* Using a count before "v" and "V" does not work.
* ":diffupdate" doesn't check for files changed elsewhere.
* Using "z=" on a multi-byte character may cause a crash.
* 'wildignorecase' only applies to the last part of the path.
* No completion for :history command.
* Cannot use CTRL-E and CTRL-Y with "r".
* ":vimgrep" fails when 'autochdir' is set.
-------------------------------------------------------------------
Mon Jun 25 11:59:21 UTC 2012 - cfarrell@suse.com
- license update: SUSE-Vim
Choose a license from the list at http://www.spdx.org/licenses or from
the list linked at http://license.opensuse.org
-------------------------------------------------------------------
Sun Jun 17 21:47:35 UTC 2012 - opensuse@cboltz.de

View File

@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 456
%define official_ptchlvl 566
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site
@ -74,7 +74,7 @@ Provides: vim_client
Recommends: vim-data = %{version}
%endif
Summary: Vi IMproved
License: Vim
License: SUSE-Vim
Group: Productivity/Editors/Vi
#
Url: http://www.vim.org/