From 5ecbb131cc9bc87665d8a6df560b3ecfe95519d7f5ee8ade109aaf4c22b51f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Oct 2023 14:48:09 +0000 Subject: [PATCH] - Update to version 9.0.2078 * several problems with type aliases * Vim9: No support for type aliases * TextChangedI may not always trigger * Completion menu may be wrong * don't echo empty lines (#13431) * typo in quickfix.c comments * update debian related runtime files (#13423) * Vim9: no nr2str conversion in list-unpack * objdump files not recognized * [security] disallow setting env in restricted mode * possible to escape bracketed paste mode with Ctrl-C * [security] overflow in :history * clarify bracketed paste mode * missing code formatting in if_pyth.txt * xxd: coloring was disabled on Cygwin * xxd: corrupting files when reversing bit dumps * EXPAND flag set for filetype option * cannot use buffer-number for errorformat * Fix typos in several documents (#13420) * pacman hooks are detected as conf filetype * Janet files are not recognised * not able to detect xkb filetypes * *.{gn,gni} files are not recognized * small updates to the documentation for varargs * Update ftplugin - comment motions (#13412) * outstanding exceptions may be skipped * tests: avoid error when no swap files exist * Vim9: no strict type checks for funcrefs varargs * do not use hard-coded match id (#13393) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=824 --- vim-9.0.2043.tar.gz | 3 --- vim-9.0.2078.tar.gz | 3 +++ vim.changes | 51 ++++++++++++++++++++++++++++++++++++++++++++- vim.spec | 2 +- 4 files changed, 54 insertions(+), 5 deletions(-) delete mode 100644 vim-9.0.2043.tar.gz create mode 100644 vim-9.0.2078.tar.gz diff --git a/vim-9.0.2043.tar.gz b/vim-9.0.2043.tar.gz deleted file mode 100644 index 466a08e..0000000 --- a/vim-9.0.2043.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f839eec2146a5cf043c74c58d1298a01c54eb2cfca761da14607f772aaff031 -size 17345694 diff --git a/vim-9.0.2078.tar.gz b/vim-9.0.2078.tar.gz new file mode 100644 index 0000000..a2e131d --- /dev/null +++ b/vim-9.0.2078.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce29f8735616e15dc72fdab6850ff19cf5d4db00c397d95b28bc73867a2ead1f +size 17357582 diff --git a/vim.changes b/vim.changes index dd501cf..b1b21b8 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sat Oct 28 14:45:34 UTC 2023 - Ondřej Súkup + +- Update to version 9.0.2078 + * several problems with type aliases + * Vim9: No support for type aliases + * TextChangedI may not always trigger + * Completion menu may be wrong + * don't echo empty lines (#13431) + * typo in quickfix.c comments + * update debian related runtime files (#13423) + * Vim9: no nr2str conversion in list-unpack + * objdump files not recognized + * [security] disallow setting env in restricted mode + * possible to escape bracketed paste mode with Ctrl-C + * [security] overflow in :history + * clarify bracketed paste mode + * missing code formatting in if_pyth.txt + * xxd: coloring was disabled on Cygwin + * xxd: corrupting files when reversing bit dumps + * EXPAND flag set for filetype option + * cannot use buffer-number for errorformat + * Fix typos in several documents (#13420) + * pacman hooks are detected as conf filetype + * Janet files are not recognised + * not able to detect xkb filetypes + * *.{gn,gni} files are not recognized + * small updates to the documentation for varargs + * Update ftplugin - comment motions (#13412) + * outstanding exceptions may be skipped + * tests: avoid error when no swap files exist + * Vim9: no strict type checks for funcrefs varargs + * do not use hard-coded match id (#13393) + * no digraph for quadruple prime + * Vim9: non-consistent error messages + * win32: iscygpty needs update + * Add new ftplugin (#13385) + * zig filetype detection test wrong + * win32: using deprecated wsock32 api + * Vim9: wrong error for non-existing object var + * Update Zig runtime files (#13388) + * Vim9: crash with deferred function call and exception + * Vim9: not recognizing qualified class vars for infix ops + * python: uninitialized warning + * perl: warning about inconsistent dll linkage + * tests: checking for swap files takes time + * Vim9: exceptions confuse defered functions + * allow for overriding systemd ftplugin settings (#13373) + ------------------------------------------------------------------- Wed Oct 18 09:13:44 UTC 2023 - Ondřej Súkup @@ -196,7 +245,7 @@ Wed Oct 18 09:13:44 UTC 2023 - Ondřej Súkup * "below" virtual text doesn't work with 'rightleft' * Vim9: finding object method/member is inefficient * Add g:c_syntax_for_h to filetype-overrule docs - * + ------------------------------------------------------------------- Mon Sep 11 14:51:02 UTC 2023 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index b624d37..8b5a2be 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 2043 +%define patchlevel 2078 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site