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:
+20
@@ -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>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 8.1
|
||||
%define patchlevel 0436
|
||||
%define patchlevel 0451
|
||||
%define patchlevel_compact %{patchlevel}
|
||||
%define VIM_SUBDIR vim81
|
||||
%define site_runtimepath %{_datadir}/vim/site
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user