- Updated to version 9.0.0203, fixes the following problems
* Textprop test with line2byte() fails on MS-Windows. * Quarto files are not recognized. * Extra space after virtual text when 'linebreak' is set. * Virtual text prop highlight continues after truncation. * Virtual text does not show if tehre is a text prop at same position. (Ben Jackson) * Virtual text without highlighting does not show. (Ben Jackson) * Command line height changes when maximizing window height. * Strange effects when using virtual text with "text_align" and non-zero column. (Martin Tournoij) * Invalid memory access for text prop without highlight. * The way 'cmdheight' can be made zero is inconsistent. * Messages test fails; window size incorrect when 'cmdheight' is made smaller. * Possible invalid memory access when 'cmdheight' is zero. (Martin Tournoij) * Search and match highlgith interfere with virtual text highlight. (Ben Jackson) * Cursor displayed in wrong position after removing text prop. (Ben Jackson) * Metafun files are not recogized. * Finding value in list may require a for loop. * Astro files are not detected. * ml_get error when switching buffer in Visual mode. * Cursor position wrong with two right-aligned virtual texts. * cursor in a wrong positoin if 'wrap' is off and using two right aligned text props in one line. * CursorLine highlight overrules virtual text highlight. * Code and help for indexof() is not ideal. * Confusing variable name. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=736
This commit is contained in:
33
vim.changes
33
vim.changes
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 09:44:23 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 9.0.0203, fixes the following problems
|
||||
* Textprop test with line2byte() fails on MS-Windows.
|
||||
* Quarto files are not recognized.
|
||||
* Extra space after virtual text when 'linebreak' is set.
|
||||
* Virtual text prop highlight continues after truncation.
|
||||
* Virtual text does not show if tehre is a text prop at same position. (Ben
|
||||
Jackson)
|
||||
* Virtual text without highlighting does not show. (Ben Jackson)
|
||||
* Command line height changes when maximizing window height.
|
||||
* Strange effects when using virtual text with "text_align" and non-zero
|
||||
column. (Martin Tournoij)
|
||||
* Invalid memory access for text prop without highlight.
|
||||
* The way 'cmdheight' can be made zero is inconsistent.
|
||||
* Messages test fails; window size incorrect when 'cmdheight' is made
|
||||
smaller.
|
||||
* Possible invalid memory access when 'cmdheight' is zero. (Martin Tournoij)
|
||||
* Search and match highlgith interfere with virtual text highlight. (Ben
|
||||
Jackson)
|
||||
* Cursor displayed in wrong position after removing text prop. (Ben Jackson)
|
||||
* Metafun files are not recogized.
|
||||
* Finding value in list may require a for loop.
|
||||
* Astro files are not detected.
|
||||
* ml_get error when switching buffer in Visual mode.
|
||||
* Cursor position wrong with two right-aligned virtual texts.
|
||||
* cursor in a wrong positoin if 'wrap' is off and using two right aligned
|
||||
text props in one line.
|
||||
* CursorLine highlight overrules virtual text highlight.
|
||||
* Code and help for indexof() is not ideal.
|
||||
* Confusing variable name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 09:38:28 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user