Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2022-10-12 18:22:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Wed Oct 12 18:22:50 2022 rev:326 rq:1009199 version:9.0.0709 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2022-10-01 17:43:00.737654399 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.2275/vim.changes 2022-10-12 18:23:00.769412838 +0200 @@ -1,0 +2,91 @@ +Sun Oct 9 21:37:48 UTC 2022 - Ond??ej S??kup <mimi...@gmail.com> + +- Updated to version 9.0.0709, fixes the following problems + * Too many delete() calls in tests. + * "const" and "final" both make the type a constant. (Daniel Steinberg) + * Coverity warns for not checking return value. + * Get an error for using const only when executing. + * In Vim9 script a numbered function cannot be called. + * Too many delete() calls in tests. + * Calling a function from an "expr" option has too much overhead. + * FEAT_TITLE was removed but is still used. + * Evaluating "expr" options has more overhead than needed. + * Build error and compiler warnings. + * Underline color does not work in terminals that don't send a termresponse. + * Syntax of commands in Vim9 script depends on +eval feature. + * Popup menu highlight wrong on top of preview popup. (Yegappan Lakshmanan) + * Checking for popup in screen_char() is too late, the attribute has + already been changed. + * Cannot scroll by screen line if a line wraps. + * Missing part of the new option code. + * Breakindent test fails. + * Smoothscroll test fails. + * 'smoothscroll' is not copied to a new window on :split. + * CTRL-Y does not stop at line 1. (John Marriott) + * with 'smoothscroll' set CTRL-E does not work properly when 'foldmethod' + is set to "indent". (Yee Cheng Chin) + * The 'splitscroll' option is not a good name. + * When using powershell input redirection does not work. + * No indication when the first line is broken for 'smoothscroll'. + * Some tests are failing. + * Build fails without the +conceal feature. + * 'smoothscroll' not tested with 'number' and "n" in 'cpo'. + * BS and DEL do not work properly in an interacive shell. (Gary Johnson) + * Breakindent test fails. + * passing modifier codes to a shell running in the GUI. (Gary Johnson) + * Cannot specify another character to use instead of '@' at the end of + the window. + * Too many #ifdefs. + * Wrong type of comment in SetSyn() function. + * Mapping with CTRL keys does not work in the GUI. + * Multi-byte "lastline" item in 'fillchars' does not work properly when + the window is two columns wide. + * Concealed characters do not work correctly. + * Tests check for +cmdwin feature which is always present. + * Bad redrawing with spell checking, using "C" and "$" in 'cpo'. + * Setting 'cmdheight' has no effect if last window was resized. + * Spacing-combining characters handled as composing, causing text to take + more space than expected. + * ml_get error when 'splitkeep' is "screen". (Marius Gedminas) + * Too many delete() calls in tests. + * No space for command line when there is a tabline. + * Negative topline using CTRL-Y with 'smoothscroll' and 'diff'. (Ernie Rael) + * Cursor line only partly shows with 'smoothscroll' and 'scrolloff' zero. + * First line not scrolled properly with 'smoothscroll' and 'scrolloff' + zero and using "k". + * Search test screendump is outdated. + * Breakindent test accepts wrong result. + * Using exclamation marks on :function. + * Tests failing with 'smoothscroll', 'number' and "n" in 'cpo'. + * Tests failing with 'breakindent', 'number' and "n" in 'cpo'. + * "<<<" shows for 'smoothscroll' even when 'showbreak is set. + * Crash when popup with deleted timer is closed. (Igbanam Ogbuluijah) + * Cannot specify a time for :echowindow. + * FORTIFY_SOURCE causes a crash in Vim9 script. + * "export def" does not work in a nested block. + * Debugger does not display the whole command. + * Compiler warning for unused function. + * Buffer size for expanding tab not correctly computed. + * lalloc(0) error in listchars test. + * PoE filter files are not recognized. + * browse() first argument cannot be a bool. + * No native sound support on Mac OS. + * Failing check for dictionary type for const any. + * It is unclear if the +rightleft and +arabic features are actively + being used. + * Cursor in wrong position with Visual substitute. + * VisVim is outdated, does not work with current Visual Studio. + * Tiny build fails. + * There is no real need for a "big" build. + * With 'smoothscroll' the cursor position s not adjusted in a long line. + * Incomplete testing cursor position after change with 'linebreak' set. + * Failing check for argument type for const any. + * CI runs "tiny" and "small" builds, which are the same. + * Virtual text truncation does not take padding into account. + * :help in a narrow window always opens at the top. + * With 'smoothscroll' and 'scrolloff' non-zero the cursor position is not + properly adjusted in a long line. + * :confirm does not work properly for a terminal buffer. + * Virtual text "after" not correct with 'nowrap'. + +------------------------------------------------------------------- Old: ---- vim-9.0.0626.tar.gz New: ---- vim-9.0.0709.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.OIkZlJ/_old 2022-10-12 18:23:01.733415246 +0200 +++ /var/tmp/diff_new_pack.OIkZlJ/_new 2022-10-12 18:23:01.737415256 +0200 @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0626 +%define patchlevel 0709 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site ++++++ vim-9.0.0626.tar.gz -> vim-9.0.0709.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-9.0.0626.tar.gz /work/SRC/openSUSE:Factory/.vim.new.2275/vim-9.0.0709.tar.gz differ: char 23, line 1