Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2020-10-03 18:54:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Sat Oct 3 18:54:25 2020 rev:269 rq:838734 version:8.2.1775 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2020-09-24 16:12:59.072823036 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.4249/vim.changes 2020-10-03 18:54:35.713421995 +0200 @@ -1,0 +2,61 @@ +Wed Sep 30 09:55:37 UTC 2020 - Ondřej Súkup <[email protected]> + +- Updated to version 8.2.1775, fixes the following problems +- refreshed vim-7.3-sh_is_bash.patch + * Vim9: no error if comma is missing in between arguments. + * Vim9: memory leak with heredoc that isn't executed. (Dominique Pellé) + * Vim9: cannot assign a lambda to a variable of type function. + * Vim9: Variable argument name cannot start with underscore. + * Vim9: assignment tests spread out. + * Not all Pascal files are recognized. + * Fuzzy matching only works on strings. + * A popup created with "cursorline" will ignore "firstline". + * Compiler warning for using uninitialized variable. (John Marriott) + * Endless loop when ":normal" feeds popup window filter. + * Vim9: cannot use member of unknown type. + * Vim9: cannot use += to append to empty NULL list. + * Stuck when win_execute() for a popup causes an error. + * Vim9: memory leaks when using nested function. + * Vim9: cannot use a funcref for a closure twice. + * Failure to compile a pattern not tested much. + * Cursor line highlight in popup window is not always updated. + * Mac: str2float() recognizes comma instead of decimal point. + * Vim9: crash when compiling a manually defined function. (Antony Scriven) + * Test fails without the terminal feature. + * pathshorten() only supports using one character. + * Test still fails without the terminal feature. + * Cannot build without the eval feature. + * Vim9: using ":const!" is weird. + * Tiny version doesn't build. + * Vim9: Cannot use "fina" for "finally". (Naruhiko Nishino) + * Result of expand() unexpectedly depends on 'completeslash'. + * Closing split window in other tab may cause a crash. + * Vim9: crash when closure fails in nested function. + * Setting firstline with popup_setoptions() fails if cursorline is set. + * Using 2 where bool is expected may throw an error. + * GTK GUI: cannot map alt-? with <A-?>. (Ingo Karkat) + * Vim9: crash when using import at script level. + * Completion with spell checking not tested. + * Vim9: crash when using invalid heredoc marker. (Dhiraj Mishra) + * Vim9: :let will soon be disallowed. + * Mac: default locale is lacking the encoding. + * Vim9: type of unmaterialized list is wrong. + * Vim9: Some tests are still using :let. + * Vim9: crash when end marker is missing. (Dhiraj Mishra) + * Vim9: Some tests are still using :let. + * When a timer uses :stopinsert Insert mode completion isn't + stopped. (Stanley Chan) + * Vim9: cannot use "true" for popup window scrollbar option. + * Vim9: no error when assigning to script var with wrong type. + * Vim9: some tests use "var var". + * Vim9: Some tests are still using :let. + * Vim9: test fails with python support. + * Cannot use the help menu from a terminal window. + * A popup filter interferes with using :normal to move the cursor in a popup. + * Invalid memory use when using SpellFileMissing autocmd. + * synIDattr() cannot get the value of ctermul. + * Cannot use CTRL-W <Down> to move out of a terminal window. + * Crash when calling mapset() with a list as first argument. + * GTK: hang when forced to exit. + +------------------------------------------------------------------- Old: ---- vim-8.2.1719.tar.gz New: ---- vim-8.2.1775.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.UaDhTp/_old 2020-10-03 18:54:38.125424666 +0200 +++ /var/tmp/diff_new_pack.UaDhTp/_new 2020-10-03 18:54:38.129424671 +0200 @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 1719 +%define patchlevel 1775 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site ++++++ vim-7.3-sh_is_bash.patch ++++++ --- /var/tmp/diff_new_pack.UaDhTp/_old 2020-10-03 18:54:38.309424871 +0200 +++ /var/tmp/diff_new_pack.UaDhTp/_new 2020-10-03 18:54:38.309424871 +0200 @@ -1,9 +1,9 @@ -Index: vim-8.2.0348/runtime/syntax/sh.vim +Index: vim-8.2.1775/runtime/syntax/sh.vim =================================================================== ---- vim-8.2.0348.orig/runtime/syntax/sh.vim -+++ vim-8.2.0348/runtime/syntax/sh.vim -@@ -64,6 +64,13 @@ if !exists("b:is_kornshell") && !exists( - endif +--- vim-8.2.1775.orig/runtime/syntax/sh.vim ++++ vim-8.2.1775/runtime/syntax/sh.vim +@@ -74,6 +74,13 @@ if exists("b:is_dash") + let b:is_posix= 1 endif +" Neither is_kornshell nor is_bash was explicitly set, and ++++++ vim-8.2.1719.tar.gz -> vim-8.2.1775.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-8.2.1719.tar.gz /work/SRC/openSUSE:Factory/.vim.new.4249/vim-8.2.1775.tar.gz differ: char 20, line 1
