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:
Ondřej Súkup 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7457f80f457c2bf42eb3412da5fc6bdbe0c67c214438b4961fdae92dba8b5606
size 16764431

3
vim-9.0.0814.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bc8981c101d5e46ee338493d976b5d870e7aeae189acb58d0d20900e7a1391b
size 16780041

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Oct 24 08:56:32 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- 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
* Line number not visisble with smoothscroll'', 'nu' and 'rnu'
* No autocmd event for changing text in a terminal window
* 'scrolloff' does not work well with 'smoothscroll'.
* Crash when popup closed in callback
* Alloc/free of buffer for each quickfix entry is inefficient
* Wrong cursor position when using "gj" and "gk" in a long line.
* In script in autoload dir exported variable is not found.
-------------------------------------------------------------------
Thu Oct 13 16:21:57 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>

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