SHA256
1
0
forked from pool/vim

- Updated to version 8.2.3299, fixes the following problems

* Vim9: TODO items in tests can be taken care of.
  * Vim9: error about using -complete without -nargs is confusing.
  * Julia filetype is not recognized
  * No error for insert() or remove() changing a locked blob.
  * Scdoc filetype is not recognized.
  * win_enter_ext() has too many boolean arguments.
  * Channel events not handled in BufEnter autocommand.
  * Cannot easily access namespace dictionaries from Lua.
  * Compiler warning for unused variable with small features.
  * Vim9: compiling dict may use pointer after free and leak memory on failure.
  * Coverity warns for not checking return value.
  * Underscore in very magic pattern causes a hang.  Pattern with \V are
  case sensitive. (Yutao Yuan)
  * Finding completions may cause an endless loop.
  * Lua: memory leak when adding dict item fails.
  * 'cursorline' should not apply to 'breakindent'.
  * Vim9: cannot add a number to a float.
  * Cannot use all commands inside a {} block after :command and :autocmd.
  * Build failure with small features.
  * Vim9: exists() does not handle much at compile time.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=673
This commit is contained in:
2021-08-06 14:11:19 +00:00
committed by Git OBS Bridge
parent fdb003b973
commit bdeafa1e59
4 changed files with 29 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 8.2
%define patchlevel 3281
%define patchlevel 3299
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site