Accepting request 640129 from home:mimi_vx:branches:editors
- Updated to revision 451, fixes the following problems * Can get the text of inputsecret() with getcmdline(). * May access freed memory when syntax HL times out. * The ex_make() function is too long. * Recursive use of getcmdline() still not protected. * remove() with a range not sufficiently tested. * Build failure without command line history. * GUI: Cursor not drawn after ":redraw | sleep". * Unnecessary static function prototypes. * Unnecessary check for NULL pointer. * Setting 'term' does not store location for termcap options. * Options test fails in the GUI. * GUI scrollbar test fails with Athena and Motif. * Cursorline not removed when using 'cursorbind'. * When 'rnu' is set folded lines are not displayed correctly. * Build failure without the +fold feature. OBS-URL: https://build.opensuse.org/request/show/640129 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=522
This commit is contained in:
parent
2a5ce87bb8
commit
0bb75c6e3e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71380ba8ef78efb5dbb1ba0ea9ca59107cb963f8936fd9cfec8a5ca5f8b46942
|
|
||||||
size 13860606
|
|
3
vim-8.1.0451.tar.gz
Normal file
3
vim-8.1.0451.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e12faa519053930f93b43fba8d4294cbb88e9a611b89b0456439a282659eb5a
|
||||||
|
size 13855457
|
20
vim.changes
20
vim.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 17:56:36 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to revision 451, fixes the following problems
|
||||||
|
* Can get the text of inputsecret() with getcmdline().
|
||||||
|
* May access freed memory when syntax HL times out.
|
||||||
|
* The ex_make() function is too long.
|
||||||
|
* Recursive use of getcmdline() still not protected.
|
||||||
|
* remove() with a range not sufficiently tested.
|
||||||
|
* Build failure without command line history.
|
||||||
|
* GUI: Cursor not drawn after ":redraw | sleep".
|
||||||
|
* Unnecessary static function prototypes.
|
||||||
|
* Unnecessary check for NULL pointer.
|
||||||
|
* Setting 'term' does not store location for termcap options.
|
||||||
|
* Options test fails in the GUI.
|
||||||
|
* GUI scrollbar test fails with Athena and Motif.
|
||||||
|
* Cursorline not removed when using 'cursorbind'.
|
||||||
|
* When 'rnu' is set folded lines are not displayed correctly.
|
||||||
|
* Build failure without the +fold feature.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 26 19:14:26 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Sep 26 19:14:26 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.1
|
%define pkg_version 8.1
|
||||||
%define patchlevel 0436
|
%define patchlevel 0451
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim81
|
%define VIM_SUBDIR vim81
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user