From 3fb9b30467aea1000fe7a2266bea7a64217d841822f541e8a670d7b02c301bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 23 Nov 2022 10:23:31 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20version=209.0.0924,=20fixes?= =?UTF-8?q?=20the=20following=20problems=20=20=20*=20Aws=20config=20files?= =?UTF-8?q?=20are=20not=20recognized.=20=20=20*=20":!"=20does=20not=20swit?= =?UTF-8?q?ch=20to=20the=20alternate=20screen.=20=20=20*=20CTRL-Z=20at=20e?= =?UTF-8?q?nd=20of=20file=20is=20always=20dropped.=20=20=20*=20Build=20err?= =?UTF-8?q?or.=20=20=20*=20"!ls"=20does=20not=20work.=20=20=20*=20Still=20?= =?UTF-8?q?a=20build=20error,=20tests=20are=20failing.=20=20=20*=20Memory?= =?UTF-8?q?=20leak=20with=20empty=20shell=20command.=20=20=20*=20Crash=20w?= =?UTF-8?q?hen=20using=20win=5Fmove=5Fstatusline()=20in=20another=20tab=20?= =?UTF-8?q?page.=20=20=20*=20Crash=20when=20dragging=20the=20statusline=20?= =?UTF-8?q?with=20a=20mapping.=20=20=20*=20Mouse=20drag=20test=20fails.=20?= =?UTF-8?q?=20=20*=20Crash=20when=20using=20win=5Fmove=5Fseparator()=20in?= =?UTF-8?q?=20other=20tab=20page.=20=20=20*=20If=20'endofline'=20is=20set?= =?UTF-8?q?=20the=20CTRL-Z=20may=20be=20written=20in=20the=20wrong=20place?= =?UTF-8?q?.=20=20=20*=20The=20=20key=20in=20tmux=20doesn't=20work?= =?UTF-8?q?=20when=20'term'=20is=20set=20to=20=20=20"xterm".=20(Dominique?= =?UTF-8?q?=20Pell=C3=A9)=20=20=20*=20Various=20typos.=20=20=20*=20Wrong?= =?UTF-8?q?=20counts=20in=20macro=20comment.=20=20=20*=20Compiler=20warnin?= =?UTF-8?q?g=20for=20redefining=20HAVE=5FDUP.=20=20=20*=20Deprecation=20wa?= =?UTF-8?q?rning=20causes=20build=20failure.=20=20=20*=20Warning=20for=20m?= =?UTF-8?q?issing=20return=20type.=20=20=20*=20The=20window=20title=20is?= =?UTF-8?q?=20not=20redrawn=20when=20'endoffile'=20changes.=20=20=20*=20Wr?= =?UTF-8?q?ong=20error=20when=20using=20extend()=20with=20funcref.=20=20?= =?UTF-8?q?=20*=20append()=20reports=20failure=20when=20not=20appending=20?= =?UTF-8?q?anything.=20=20=20*=20Compiler=20warnings=20for=20unused=20vari?= =?UTF-8?q?ables.=20=20=20*=20Test=20may=20fail=20depending=20on=20sequenc?= =?UTF-8?q?e=20of=20events.=20=20=20*=20Cannot=20change=20a=20slice=20of?= =?UTF-8?q?=20a=20const=20list.=20(Takumi=20KAGIYAMA)=20=20=20*=20deletebu?= =?UTF-8?q?fline()=20does=20not=20always=20return=201=20on=20failure.=20?= =?UTF-8?q?=20=20*=20Unicode=20range=20for=20Apple=20SF=20symbols=20is=20o?= =?UTF-8?q?utdated.=20=20=20*=20VHS=20tape=20files=20are=20not=20recognize?= =?UTF-8?q?d.=20=20=20*=20Handling=20'statusline'=20errors=20is=20spread?= =?UTF-8?q?=20out.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=762 --- vim-9.0.0814.tar.gz | 3 -- vim-9.0.0924.tar.gz | 3 ++ vim.changes | 106 ++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 110 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.0814.tar.gz create mode 100644 vim-9.0.0924.tar.gz diff --git a/vim-9.0.0814.tar.gz b/vim-9.0.0814.tar.gz deleted file mode 100644 index db5263d..0000000 --- a/vim-9.0.0814.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc8981c101d5e46ee338493d976b5d870e7aeae189acb58d0d20900e7a1391b -size 16780041 diff --git a/vim-9.0.0924.tar.gz b/vim-9.0.0924.tar.gz new file mode 100644 index 0000000..3ad531d --- /dev/null +++ b/vim-9.0.0924.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde424225eeee45823d32da01f3702b12f7e1d7aacf40007c0c9fb12532109cb +size 16808849 diff --git a/vim.changes b/vim.changes index 5ed6c0e..cd1360b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,109 @@ +------------------------------------------------------------------- +Wed Nov 23 10:20:50 UTC 2022 - Ondřej Súkup + +- Updated to version 9.0.0924, fixes the following problems + * Aws config files are not recognized. + * ":!" does not switch to the alternate screen. + * CTRL-Z at end of file is always dropped. + * Build error. + * "!ls" does not work. + * Still a build error, tests are failing. + * Memory leak with empty shell command. + * Crash when using win_move_statusline() in another tab page. + * Crash when dragging the statusline with a mapping. + * Mouse drag test fails. + * Crash when using win_move_separator() in other tab page. + * If 'endofline' is set the CTRL-Z may be written in the wrong place. + * The key in tmux doesn't work when 'term' is set to + "xterm". (Dominique Pellé) + * Various typos. + * Wrong counts in macro comment. + * Compiler warning for redefining HAVE_DUP. + * Deprecation warning causes build failure. + * Warning for missing return type. + * The window title is not redrawn when 'endoffile' changes. + * Wrong error when using extend() with funcref. + * append() reports failure when not appending anything. + * Compiler warnings for unused variables. + * Test may fail depending on sequence of events. + * Cannot change a slice of a const list. (Takumi KAGIYAMA) + * deletebufline() does not always return 1 on failure. + * Unicode range for Apple SF symbols is outdated. + * VHS tape files are not recognized. + * Handling 'statusline' errors is spread out. + * Shell command with just space gives strange error. + * Using assert_fails() may cause hit-enter prompt. + * CI: not totally clear what MS-Windows version is used. + * Help item for --log argument is not aligned nicely. + * Terminal mouse test is a bit flaky. + * Terminal mouse test is still flaky. + * Crypt test is skipped if xxd is not found. + * No proper test for what 9.0.0846 fixes. + * Comment not located above the code it refers to. + * "!!sort" in a closed fold sorts too many lines. + * Compiler warning for unused variable. + * Solution for "!!sort" in closed fold is not optimal. + * Default value of 'endoffile' is wrong. + * col() and charcol() only work for the current window. + * Crash when using "!!" without a previous shell command. + * Duplicate arguments are not always detected. + * No test for what patch 8.2.2207 fixes. + * Wildmenu redrawing code is spread out. + * Bogus error when string used after :elseif. + * Get E967 when using text property in quickfix window. (Sergey Vlasov) + * Using freed memory when clearing augroup at more prompt. + * Code is indented more than needed. + * Using freed memory when executing mapclear at the more prompt. + * Using freed memory when executing unmenu at the more prompt. + * Using freed memory when executing delfunc at the more prompt. + * Code is indented more than needed. + * Using freed memory with :comclear while listing commands. + * Coverity warns for dead code. + * Unnecessary nesting in makefile. + * Preprocessor indenting is off. + * Cannot get the currently showing mouse shape. + * Using freed memory after SpellFileMissing autocmd uses bwipe. + * A silent mapping may cause dots on the command line. + * Mouse shape remains in op-pending mode after failed change. + * Informational message has an error message number. + * Horizontal mouse scroll only works in the GUI. + * Cannot easily try out what codes various keys produce. + * Keycode check script has a few flaws. + * No test for what patch 9.0.0827 fixes. + * Virtual text below after match has wrong highlight. + * May redraw when not needed, causing slow scrolling. + * 'smoothscroll' cursor calculations wrong when 'number' is set. + * Virtual text property highlight ignores window background. + * File renamed twice in test; missing feature check. + * Test for home key fails when 'term' is "tmux". + * Clinical Quality Language files are not recognized. + * With 'smoothscroll' cursor is one screen line too far down. (Ernie Rael) + * The builtin terminals are in one long list. + * Cursor moves too far with 'smoothscroll'. + * Setting w_leftcol and handling side effects is confusing. + * Some mouse scroll code is not in a good place. + * Key code checker doesn't check modifyOtherKeys resource. + * Various comment and indent flaws. + * Virtual text after the line wraps when 'wrap' is off. + * Mouse scroll code is not optimal. + * Restoring window after WinScrolled may fail. + * With 'smoothscroll' cursor may end up in wrong position. + * Error message for layout change does not match action. + * Setting lines in another buffer may not work well. + * With 'smoothscroll' set mouse click position may be wrong. + * libvterm with modifyOtherKeys level 2 does not match xterm. + * Only a change in the current window triggers the WinScrolled event. + * deletebufline() may move marks in the wrong window. + * WinScrolled may trigger immediately when defined. + * getbufline() is inefficient for getting a single line. + * The WinScrolled autocommand event is not enough. + * MS-Windows: modifier keys do not work with mouse scroll events. + * Build failure with tiny features. + * Cannot find an import prefixed with "s:". (Doug Kearns) + * Missing defined(PROTO) in #ifdef. + * Mermaid files are not recognized. + * Second SIGWINCH signal may be ignored. + ------------------------------------------------------------------- Mon Oct 24 08:56:32 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index a4636df..309291f 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0814 +%define patchlevel 0924 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site