SHA256
1
0
forked from pool/vim

- Updated to version 9.0.1538, fixes the following problems

- fixes boo#1211256 CVE-2023-2609
  * No error when calling remote_startserver() with an empty string.
  * Error when heredoc content looks like heredoc.
  * Line number not displayed when using 'smoothscroll'.
  * Assert message is confusing with boolean result.  assert_inrange()
  replaces message instead of adding it.
  * Catch does not work when lines are joined with a newline.
  * Error message lacks mentioning the erroneous argument.
  * Misleading variable name for error message.
  * Crash when using wrong arg types to assert_match().
  * Inserting lines when scrolling with 'smoothscroll' set.
  * Text scrolls unnecessarily when splitting and 'splitkeep' is not "cursor".
  * Test waits unnecessarily long before checking screendump.
  * reverse() does not work for a String.
  * Cannot use special keys in <Cmd> mapping.
  * Search stats not always visible when searching backwards.
  * Global 'filetype' is set when it is detected from the file content.
  * Completion for option name includes all bool options.
  * Failing redo of command with control characters.
  * Some functions give two error messages.
  * Some error messages are not marked for translation.
  * Passing -1 for bool is not always rejected.
  * 'smoothscroll' does not always work properly.
  * Condition is always true.
  * Crash when using negative value for term_cols.
  * Libsodium encryption is only used with "huge" features, even when manually
  enabled through configure. (Tony Mechelynck)
  * Code style test doesn't check for space after "if".
  * Cursor moves to wrong line when 'foldmethod' is "diff". (Rick Howe)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=812
This commit is contained in:
2023-05-10 17:06:58 +00:00
committed by Git OBS Bridge
parent bfb283daee
commit 9b223b9817
4 changed files with 47 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 1504
%define patchlevel 1538
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site
@@ -205,6 +205,7 @@ interpreters built in
%package -n xxd
Summary: A hex dump utility
Conflicts: vim <= 9.0.1418
%description -n xxd
xxd creates a hex dump of a given file or standard input. It can also convert