Packages changed: ebtables kernel-firmware (20190618 -> 20190628) vim (8.1.1600 -> 8.1.1694) === Details === ==== ebtables ==== - fix path (/sbin -> /usr/sbin) in ebtables.systemd [bsc#1140898] ==== kernel-firmware ==== Version update (20190618 -> 20190628) Subpackages: ucode-amd - Update to version 20190628: * linux-firmware: rsi: add firmware image for redpine 9116 chipset * linux-firmware: Add firmware file for Intel Bluetooth AX201 * iwlwifi: add new firmwares for integrated 22000 series * iwlwifi: update FW for 22000 to Core45-96 * iwlwifi: update FWs for 9000 series to Core45-96 * iwlwifi: update Core45 FWs for 22260, 9000 and 9260 * iwlwifi: udpate -36 firmware for 8000 series ==== vim ==== Version update (8.1.1600 -> 8.1.1694) Subpackages: vim-data-common - Updated to version 8.1.1694, fixes the following problems * Cannot specify highlighting for popup window scrollbar. * Missing changes to popup window test file. * Popup window cannot overflow on the left or right. * Crash when using unknown highlighting in text property. * Popup window scroll test is flaky. * Vim may delay processing messages on a json channel. (Pontus Leitzler) * On a narrow screen ":hi" output is confusing. * Popup window scrollbar does not respond to click. * The evalfunc.c file is too big. * The user cannot easily close a popup window. * There is no way to add or load a buffer without side effects. * Bufadd() reuses existing buffer without a name. * Cannot show an existing buffer in a popup window. * Popup window test fails with Athena and Motif. * 'numberwidth' can only go up to 10. * Crash when passing buffer number to popup_create(). (Yasuhiro Matsumoto) * No test for popup window with mask and position fixed. * Amiga-like systems quickly run out of stack. * Tests are not run with GUI on Travis. * No test for popup window with border and mask. * Amiga: time.h included twice. * Wrong width if displaying a lot of lines in a popup window. * Display wrong with signs in narrow number column. * When testing in the GUI may try to run gvim in a terminal. * Script line numbers are not exactly right. * No test for closing a popup window with a modified buffer. * Header file contains mixed comment style. * Popup window functions not in list of functions. * Terminal function help is in the wrong file. * Various small problems. * Displaying signs is inefficient. * Build with EXITFREE but without +arabic fails. * Cannot generate prototypes with X11 but without GUI. * Terminal test fails when term_getansicolors() is missing. Diff test fails without +rightleft. (Dominique Pelle) * Warnings for unused variables in small version. (John Marriott) * Crash when popup has fitting scrollbar. (Trygve Aaberge) * After running tests and clean the XfakeHOME directory remains. * Running tests leaves some files behind. * Changing an autoload name into a script file name is inefficient. * The CursorHold autocommand takes down a balloon. (Paul Jolly) * Garbage collection may run at a wrong moment. (Trygve Aaberge) * May use uninitialized variable. (Patrick Palka) * Sign placement is wrong when 'foldcolumn' is set. * Sound test does not work on Travis. * Cannot use a popup window for a balloon. * build failure * Build error with GTK and hangulinput feature, im_get_status() defined twice. (Dominique Pelle) * Illegal memory access when closing popup window. * Warning for using uninitialized variable. (Tony Mechelynck) * Suspend test is flaky on some systems. * GUI: popup window doesn't close on mouse movement. (Paul Jolly) * Ubsan warns for possibly passing NULL pointer. * GUI: screen updates from 'balloonexpr' are not displayed. * Popup window border drawn wrong with multi-byte char. (Marcin Szamotulski) * Popup window width is wrong when using Tabs. (Paul Jolly) * Terminal: screen updates from 'balloonexpr' are not displayed. * Debug statements included in patch. * Popup window "mousemoved" values not correct. * Assert_fails() does not fail inside try/catch. * Cannot build with +textprop but without +balloon_eval. * Cannot build uninstal.exe with some version of MinGW. * Compiler warning for using size_t. * GUI resize may cause changing Rows at a bad time. (Dominique Pelle) * Crash when popup window with mask is below the screen. * Click in popup window scrollbar with border doesn't scroll. * Flags for Ex commands may clash with other symbols. * Popup window test is a bit flaky on some systems. * Travis: test results section is closed even when some tests failed. * Sign column not always properly aligned. * Copying a blob may result in it being locked. * "make cmdidxs" doesn't work. * Cannot easily find the popup window at a certain position. * Script to check a colorscheme can be improved. * Listener list not correctly updated on listener_remove(). * "maxwidth" of popup window does not always work properly. * Tests get stuck when running into an existing swapfile. * When using popup_menu() does not scroll to show the selected line. * Test using SwapExists autocommand file may fail. * The command table is not well aligned. * Insert stray "{" when listener gets buffer line. (Paul Jolly) * Placing a larger number of signs is slow. * Dictionary with string keys is longer than needed. * Profiling functionality is spread out. * Missing file in distributed file list. * "*" of "*{" is recognized as multipy operator. (Yasuhiro Matsumoto) * The evalfunc.c file is too big. * Old makefiles are no longer useful. * Profiling code is spread out. * Default padding for popup window menu is too much. * Diff test fails on some systems. (Elimar Riesebieter) * Using *{} for literal dict is not backwards compatible. (Yasuhiro Matsumoto) * Syntax coloring and highlighting is in one big file. * The RUN_VIM variable is longer than needed.