SHA256
1
0
forked from pool/vim

- 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:
2022-08-14 09:54:27 +00:00
committed by Git OBS Bridge
parent 2a53a91f69
commit 3566a72337
4 changed files with 37 additions and 4 deletions

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