- Updated to revision 1558, fixes the following problems
* Using "ever" for packages is confusing. * Specifying buffer number for channel not implemented yet. * MS-Windows job_start() closes wrong handle. * Compiler warning for unitinialized variable. * MS-Windows channel leaks file descriptor. * Using feedkeys() with an empty string disregards 'x' option. * Compiler warning for shadowed variable. * The feedkeys test has a one second delay. * Cannot re-use a channel for another job. * Too many feature flags for pipes, jobs and channels. * Selection with the mouse does not work in command line mode. * Too much code in eval.c. * Channel test is a bit flaky. * Missing job_info(). * job_start() with a list is not tested. * Channel log methods are not tested. * On Win32 escaping the command does not work properly. * GTK3: horizontal cursor movement in Visual selection not good. * Sticky type checking is more annoying than useful. * Getting a cterm highlight attribute that is not set results in the string "-1". * Two tests fail. * Cannot load packages early. * Cannot generate help tags in all doc directories. * ":colorscheme" does not use 'packpath'. * ":runtime" does not use 'packpath'. * Completion for :colorscheme does not use 'packpath'. * List of test targets incomplete. * "make install" changes the help tags file, causing it to differ from the repository. * Windows cannot be identified. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=331
This commit is contained in:
parent
d4df412858
commit
ec6c7bba54
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0a6e56a2310337bc355df6b8458408c1b53fac06b32dfbcefb7b57c0dd7d6b8
|
|
||||||
size 12544936
|
|
3
v7.4.1558.tar.gz
Normal file
3
v7.4.1558.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:879e5bab766d5bdf6ac3427de680e0bfc7d36a459282f88333569f520b65da8e
|
||||||
|
size 12550627
|
35
vim.changes
35
vim.changes
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 14 08:22:42 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1558, fixes the following problems
|
||||||
|
* Using "ever" for packages is confusing.
|
||||||
|
* Specifying buffer number for channel not implemented yet.
|
||||||
|
* MS-Windows job_start() closes wrong handle.
|
||||||
|
* Compiler warning for unitinialized variable.
|
||||||
|
* MS-Windows channel leaks file descriptor.
|
||||||
|
* Using feedkeys() with an empty string disregards 'x' option.
|
||||||
|
* Compiler warning for shadowed variable.
|
||||||
|
* The feedkeys test has a one second delay.
|
||||||
|
* Cannot re-use a channel for another job.
|
||||||
|
* Too many feature flags for pipes, jobs and channels.
|
||||||
|
* Selection with the mouse does not work in command line mode.
|
||||||
|
* Too much code in eval.c.
|
||||||
|
* Channel test is a bit flaky.
|
||||||
|
* Missing job_info().
|
||||||
|
* job_start() with a list is not tested.
|
||||||
|
* Channel log methods are not tested.
|
||||||
|
* On Win32 escaping the command does not work properly.
|
||||||
|
* GTK3: horizontal cursor movement in Visual selection not good.
|
||||||
|
* Sticky type checking is more annoying than useful.
|
||||||
|
* Getting a cterm highlight attribute that is not set results in the string "-1".
|
||||||
|
* Two tests fail.
|
||||||
|
* Cannot load packages early.
|
||||||
|
* Cannot generate help tags in all doc directories.
|
||||||
|
* ":colorscheme" does not use 'packpath'.
|
||||||
|
* ":runtime" does not use 'packpath'.
|
||||||
|
* Completion for :colorscheme does not use 'packpath'.
|
||||||
|
* List of test targets incomplete.
|
||||||
|
* "make install" changes the help tags file, causing it to differ from the repository.
|
||||||
|
* Windows cannot be identified.
|
||||||
|
* It is not easy to find out what windows display a buffer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 10 09:52:43 UTC 2016 - idonmez@suse.com
|
Thu Mar 10 09:52:43 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 1525
|
%define patchlevel 1558
|
||||||
%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