SHA256
1
0
forked from pool/vim

- Updated to version 9.0.1418, fixes the following problems

- fixes CVE-2023-1355
  * Using NULL pointer with nested :open command.
  * Cairo files are not recognized.
  * Unx Tal files are not recognized.
  * Odin files are not recognized.
  * sort(list, 'N') does not work in Vim9 script context.
  * Highlight for popupmenu kind and extra cannot be set.
  * Profile test repeats the headers many times.
  * Highlight test script has a few problems.
  * find_file_in_path() is not reentrant.
  * Condition is always true.
  * Crash when using null_class.
  * Unused variables and functions.
  * Compilation error with some compilers.
  * Missing check for out-of-memory.
  * ILE RPG files are not recognized.
  * TableGen files are not recognized.
  * QMLdir files are not recognized.
  * Racket files are recognized as scheme.
  * Accuracy of profiling is not optimal.
  * Pony files are not recognized.
  * Compiler warning for unused variable.
  * <M-S-x> in Kitty does not use the Shift modifier.
  * Crystal files are not recognized.
  * Crash when collection is modified when using filter().
  * ESDL files are not recognized.
  * The included xdiff code is a bit outdated.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=796
This commit is contained in:
2023-03-21 11:40:36 +00:00
committed by Git OBS Bridge
parent e1e2e01f47
commit 76f181b778
4 changed files with 36 additions and 4 deletions

View File

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