- Update to 9.1.1406.
* 9.1.1406: crash when importing invalid tuple * 9.1.1405: tests: no test for mapping with special keys in session file * 9.1.1404: wrong link to Chapter 2 in new-tutor * 9.1.1403: expansion of 'tabpanelopt' value adds wrong values * 9.1.1402: multi-byte mappings not properly stored in session file * 9.1.1401: list not materialized in prop_list() * 9.1.1400: [security]: use-after-free when evaluating tuple fails * 9.1.1399: tests: test_codestyle fails for auto-generated files * 9.1.1398: completion: trunc does not follow Pmenu highlighting attributes * 9.1.1397: tabpanel not correctly updated on :tabonly * 9.1.1396: 'errorformat' is a global option * 9.1.1395: search_stat not reset when pattern differs in case * 9.1.1394: tabpanel not correctly redrawn on tabonly * 9.1.1393: missing test for switching buffers and reusing curbuf * 9.1.1392: missing patch number * 9.1.1391: Vim does not have a vertical tabpanel * 9.1.1390: style: more wrong indentation * 9.1.1389: completion: still some issue when 'isexpand' contains a space * 9.1.1388: Scrolling one line too far with 'nosmoothscroll' page scrolling * 9.1.1387: memory leak when buflist_new() fails to reuse curbuf * 9.1.1386: MS-Windows: some minor problems building on AARCH64 * 9.1.1385: inefficient loop for 'nosmoothscroll' scrolling * 9.1.1384: still some problem with the new tutors filetype plugin * 9.1.1383: completion: 'isexpand' option does not handle space char correct * 9.1.1382: if_ruby: unused compiler warnings from ruby internals * 9.1.1381: completion: cannot return to original text * 9.1.1380: 'eventignorewin' only checked for current buffer * 9.1.1379: MS-Windows: error when running evim when space in path * 9.1.1378: sign without text overwrites number option OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=893
This commit is contained in:
+45
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 24 11:13:11 UTC 2025 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- Update to 9.1.1406.
|
||||
* 9.1.1406: crash when importing invalid tuple
|
||||
* 9.1.1405: tests: no test for mapping with special keys in session file
|
||||
* 9.1.1404: wrong link to Chapter 2 in new-tutor
|
||||
* 9.1.1403: expansion of 'tabpanelopt' value adds wrong values
|
||||
* 9.1.1402: multi-byte mappings not properly stored in session file
|
||||
* 9.1.1401: list not materialized in prop_list()
|
||||
* 9.1.1400: [security]: use-after-free when evaluating tuple fails
|
||||
* 9.1.1399: tests: test_codestyle fails for auto-generated files
|
||||
* 9.1.1398: completion: trunc does not follow Pmenu highlighting attributes
|
||||
* 9.1.1397: tabpanel not correctly updated on :tabonly
|
||||
* 9.1.1396: 'errorformat' is a global option
|
||||
* 9.1.1395: search_stat not reset when pattern differs in case
|
||||
* 9.1.1394: tabpanel not correctly redrawn on tabonly
|
||||
* 9.1.1393: missing test for switching buffers and reusing curbuf
|
||||
* 9.1.1392: missing patch number
|
||||
* 9.1.1391: Vim does not have a vertical tabpanel
|
||||
* 9.1.1390: style: more wrong indentation
|
||||
* 9.1.1389: completion: still some issue when 'isexpand' contains a space
|
||||
* 9.1.1388: Scrolling one line too far with 'nosmoothscroll' page scrolling
|
||||
* 9.1.1387: memory leak when buflist_new() fails to reuse curbuf
|
||||
* 9.1.1386: MS-Windows: some minor problems building on AARCH64
|
||||
* 9.1.1385: inefficient loop for 'nosmoothscroll' scrolling
|
||||
* 9.1.1384: still some problem with the new tutors filetype plugin
|
||||
* 9.1.1383: completion: 'isexpand' option does not handle space char correct
|
||||
* 9.1.1382: if_ruby: unused compiler warnings from ruby internals
|
||||
* 9.1.1381: completion: cannot return to original text
|
||||
* 9.1.1380: 'eventignorewin' only checked for current buffer
|
||||
* 9.1.1379: MS-Windows: error when running evim when space in path
|
||||
* 9.1.1378: sign without text overwrites number option
|
||||
* 9.1.1377: patch v9.1.1370 causes some GTK warning messages
|
||||
* 9.1.1376: quickfix dummy buffer may remain as dummy buffer
|
||||
* 9.1.1375: [security]: possible heap UAF with quickfix dummy buffer
|
||||
* 9.1.1374: completion: 'smartcase' not respected when filtering matches
|
||||
* 9.1.1373: 'completeopt' checking logic can be simplified
|
||||
* 9.1.1372: style: braces issues in various files
|
||||
* 9.1.1371: style: indentation and brace issues in insexpand.c
|
||||
* 9.1.1370: CI Tests favor GTK2 over GTK3
|
||||
* 9.1.1369: configure still using autoconf 2.71
|
||||
* 9.1.1368: GTK3 and GTK4 will drop numeric cursor support.
|
||||
* 9.1.1367: too many strlen() calls in gui.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 21:29:28 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 9.1
|
||||
%define patchlevel 1366
|
||||
%define patchlevel 1406
|
||||
%define patchlevel_compact %{patchlevel}
|
||||
%define VIM_SUBDIR vim91
|
||||
%define site_runtimepath %{_datadir}/vim/site
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user