Accepting request 995026 from editors

- 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/request/show/995026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=318
This commit is contained in:
Dominique Leuenberger 2022-08-15 17:56:33 +00:00 committed by Git OBS Bridge
commit c459dcf546
4 changed files with 37 additions and 4 deletions

View File

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

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

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

View File

@ -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>

View File

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