SHA256
1
0
forked from pool/vim

- Updated to version 9.0.0181, fixes the following problems

* Comment about tabpage line above the wrong code.
  * After CTRL-Left-mouse click a mouse scroll also has CTRL.
  * Debugger test may fail when $CWD is very long.
  * Not enough characters accepted for 'spellfile'.
  * Truncating virtual text after a line not implemented. Cursor positioning
  wrong with Newline in the text.
  * execute() does not use the "legacy" command modifier.
  * "delmenu" does not remove autocmmands. Running menu test function
  alone fails.
  * Crash when adding and removing virtual text. (Ben Jackson)
  * Cursor positioned after virtual text in empty line.
  * Text property cannot override 'cursorline' highlight.
  * Substitute that joins lines drops text properties.
  * Missing part of change for "override" flag.
  * Cursor positioned wrong after two text properties with virtual text and
  "below" alignment. (Tim Pope)
  * A "below" aligned text property gets 'showbreak' displayed.
  * Test for fuzzy completion fails sometimes.
  * Error for using #{ in an expression is a bit confusing.
  * A "below" aligned text property does not work with 'nowrap'.
  * Warning for unused argument in small build.
  * No fold and sign column for virtual text with "below" align and 'nowrap'.
  * Text properties wrong after splitting a line.
  * Text properties with "right" and "after" alignment displayed wrong with
  'nowrap'.
  * Giving E1170 only in an expression is confusing.
  * 'showbreak' displayed below truncated "after" text prop.
  * With 'nowrap' "below" property not displayed correctly.
  * Cannot build with small features.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=734
This commit is contained in:
2022-08-10 09:40:03 +00:00
committed by Git OBS Bridge
parent cabad259e9
commit 2a53a91f69
4 changed files with 61 additions and 4 deletions

View File

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