SHA256
1
0
forked from pool/vim

- Updated to version 9.0.0814, fixes the following problems

* Kitty terminal is not recognized.
 * GUI mouse scrollwheel mappings don't work.
 * Error if :echowin is preceded by a command modifier
 * readblob() returns empty when trying to read too much
 * Test for job writing to buffer fails
 * sonnet filetype detection has a typo
 * With 'smoothscroll' typing "0" may not go to the first column
 * 'langmap' works differently when there are modifiers
 * Filetype autocmd may cause freed memory access
 * Crash when trying to divice the largest negative number by -1
 * readblob() cannot read from character device.
 * The modifyOtherKeys flag is set when it should not.
 * In compiled function ->() on next line not recognized
 * Clang format configuration files are not recognized.
 * Order of assert function arguments is reverted.
 * readblob() always reads the whole file.
 * At the hit-Enter prompt the End and Home keys may not work.
 * Dummy buffer ends up in a window
 * User command does not get number from :tab modifier
 * Memory leak with empty shell command
 * ":!" doesn't do anything but does update the previous command.
 * OpenVPN files are not recognized.
 * 'scroll' value computed in unexpected location
 * The libvterm code is outdated.
 * Quickfix commands may keep memory allocated.
 * With a Visual block a put command column may go negative.
 * Indent and option tests fail.
 * Cannot use 'indentexpr' for Lisp indenting.
 * Display test for 'listchars' "precedes" fails

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=760
This commit is contained in:
2022-10-24 09:09:35 +00:00
committed by Git OBS Bridge
parent 2837c0e359
commit 9f1d06bb46
4 changed files with 45 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 0743
%define patchlevel 0814
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site