- 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.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=103
This commit is contained in:
Ismail Dönmez 2012-06-26 09:35:50 +00:00 committed by Git OBS Bridge
parent 916841ca80
commit 5e86aec097
3 changed files with 24 additions and 3 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,24 @@
-------------------------------------------------------------------
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

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