- Updated to revision 1665, fixes the following problems
* When 'F' is in 'shortmess' the prompt for the encryption key isn't displayed. * When binding a function to a dict the reference count is wrong. * Invoking garbage collection may cause a double free. * Crash when an autocommand changes a quickfix list. * Handling emoji characters as full width has problems with backwards compatibility. * Terminating file name has side effects. * Using string() on a partial that exists in the dictionary it binds results in an error. * When a dict contains a partial it can't be redefined as a function. * Using Python vim.bindeval() on a partial doesn't work. * Using freed memory after setqflist() and ":caddbuffer". * Compiler has a problem copying a string into di_key[]. * The matchit plugin needs to be copied to be used. * Quickfix test fails. * Old style test for fnamemodify(). * Users who loaded matchit.vim manually have to change their startup. * Crash when using expand('%:S') in a buffer without a name. * remote_expr() hangs. * Crash when using partial with a timer. * On Unix in a terminal: channel messages are not handled right away. * A plugin does not know when VimEnter autocommands were already triggered. * has('patch-7.4.1') doesn't work. * No test for special characters in channel eval command. * No test for an invalid Ex command on a channel. * Crash in :cgetexpr. * Crash when calling job_start() with a NULL string. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=340
This commit is contained in:
parent
f2a06f09c8
commit
0f4bc67b43
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71f37906b55d310c4d81b7c67b954332ed5e1f98cc3dbcc4c9ecf5d758109c94
|
|
||||||
size 12551687
|
|
3
v7.4.1665.tar.gz
Normal file
3
v7.4.1665.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ae787836f0c352640e1ee6b33943a9ff3c2f08f0f17403edeedf7ca218e76b9
|
||||||
|
size 12553998
|
33
vim.changes
33
vim.changes
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 28 07:32:06 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1665, fixes the following problems
|
||||||
|
* When 'F' is in 'shortmess' the prompt for the encryption key
|
||||||
|
isn't displayed.
|
||||||
|
* When binding a function to a dict the reference count is wrong.
|
||||||
|
* Invoking garbage collection may cause a double free.
|
||||||
|
* Crash when an autocommand changes a quickfix list.
|
||||||
|
* Handling emoji characters as full width has problems with
|
||||||
|
backwards compatibility.
|
||||||
|
* Terminating file name has side effects.
|
||||||
|
* Using string() on a partial that exists in the dictionary it binds
|
||||||
|
results in an error.
|
||||||
|
* When a dict contains a partial it can't be redefined as a function.
|
||||||
|
* Using Python vim.bindeval() on a partial doesn't work.
|
||||||
|
* Using freed memory after setqflist() and ":caddbuffer".
|
||||||
|
* Compiler has a problem copying a string into di_key[].
|
||||||
|
* The matchit plugin needs to be copied to be used.
|
||||||
|
* Quickfix test fails.
|
||||||
|
* Old style test for fnamemodify().
|
||||||
|
* Users who loaded matchit.vim manually have to change their startup.
|
||||||
|
* Crash when using expand('%:S') in a buffer without a name.
|
||||||
|
* remote_expr() hangs.
|
||||||
|
* Crash when using partial with a timer.
|
||||||
|
* On Unix in a terminal: channel messages are not handled right away.
|
||||||
|
* A plugin does not know when VimEnter autocommands were already triggered.
|
||||||
|
* has('patch-7.4.1') doesn't work.
|
||||||
|
* No test for special characters in channel eval command.
|
||||||
|
* No test for an invalid Ex command on a channel.
|
||||||
|
* Crash in :cgetexpr.
|
||||||
|
* Crash when calling job_start() with a NULL string.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 22 11:02:39 UTC 2016 - idonmez@suse.com
|
Tue Mar 22 11:02:39 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1635
|
%define patchlevel 1665
|
||||||
%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}
|
||||||
|
Loading…
Reference in New Issue
Block a user