- Updated to revision 1842, fixes the following problems

* non-antialiased misnamed.
  * When timer_stop() is called with a string there is no proper
    error message.
  * Memory leak in debug commands.
  * Cannot use an Ex command for 'keywordprg'.
  * Possible crash when conceal is active.
  * When splitting and closing a window the status height changes.
  * When using a partial on a dictionary it always gets bound to that
    dictionary.
  * The BufUnload event is triggered twice, when :bunload is used with
    `bufhidden` set to `unload` or `delete`.
  * Functions specifically for testing do not sort together.
  * Cannot get the items stored in a partial.
  * When using packages an "after" directory cannot be used.
  * The code to reallocate the buffer used for quickfix is repeated.
  * get() works for Partial but not for Funcref.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=362
This commit is contained in:
Ismail Dönmez 2016-05-25 10:58:17 +00:00 committed by Git OBS Bridge
parent 00c4e15750
commit d59e60da7e
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d91e9c3ad6203033a9124f4b720cf9de82cd75358374cd3b4bcde8838ea2871c
size 12566744

3
v7.4.1842.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2dbf5797569e40aff97b4dba549382464f42e9b10892280985e63952afab829
size 12573082

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed May 25 10:53:20 UTC 2016 - idonmez@suse.com
- Updated to revision 1842, fixes the following problems
* non-antialiased misnamed.
* When timer_stop() is called with a string there is no proper
error message.
* Memory leak in debug commands.
* Cannot use an Ex command for 'keywordprg'.
* Possible crash when conceal is active.
* When splitting and closing a window the status height changes.
* When using a partial on a dictionary it always gets bound to that
dictionary.
* The BufUnload event is triggered twice, when :bunload is used with
`bufhidden` set to `unload` or `delete`.
* Functions specifically for testing do not sort together.
* Cannot get the items stored in a partial.
* When using packages an "after" directory cannot be used.
* The code to reallocate the buffer used for quickfix is repeated.
* get() works for Partial but not for Funcref.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 07:12:15 UTC 2016 - idonmez@suse.com Tue May 24 07:12:15 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4 %define pkg_version 7.4
%define patchlevel 1829 %define patchlevel 1842
%define VIM_SUBDIR vim74 %define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site %define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags} %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}