- 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:
parent
2837c0e359
commit
9f1d06bb46
@ -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
3
vim-9.0.0814.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bc8981c101d5e46ee338493d976b5d870e7aeae189acb58d0d20900e7a1391b
|
||||
size 16780041
|
41
vim.changes
41
vim.changes
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user