diff --git a/vim-9.0.2146.tar.gz b/vim-9.0.2146.tar.gz deleted file mode 100644 index d191c6a..0000000 --- a/vim-9.0.2146.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dc87eeb61ea842fc4d0f34e3a9d15cc30db94f4ba5d43ac69f5f653b1aab58a -size 17398079 diff --git a/vim-9.0.2181.tar.gz b/vim-9.0.2181.tar.gz new file mode 100644 index 0000000..3701911 --- /dev/null +++ b/vim-9.0.2181.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f1e18823e39a63d9f627961d9c14eab66c6216ee1790789f3623bfa3c6351e +size 17532846 diff --git a/vim.changes b/vim.changes index 9fa68ec..ee0b8fe 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Wed Dec 20 13:54:00 UTC 2023 - Ondřej Súkup + +- update to 9.0.2181: + * Vim9: missing error messages + * update helptags + * POSIX function name in exarg causes issues + * no filetype detection for execline scripts + * reg_executing() wrong for :normal with range + * Wrong cursor position when dragging out of window + * Update Serbian messages translation + * runtime(netrw): prevent E11 on FocusGained autocommand + * Update Japanese translation + * runtime(8th): updated 8th syntax + * change dependabot prefix to "CI" + * Update change.txt + * Compile error with Motif UI + mouse support + * Create Changelog until v9.0.2175 + * Update Italian translations + * Update tmux syntax rules + * Update Turkish translations + * Compiler warning for uninitialized var + * update fortran syntax rules and doc notes + * Vim9: segfault when assigning to type + * remove deprecation warning for gdefault + * Vim9: crash when compiling for statement and non-existing type + * Vim9: compiling :defer may fail + * Updated Irish translation + * Update Logtalk runtime files for the latest language spec + * update Racket runtime files + * Update colorschemes + * The options[] array is still not sorted alphabetically + * Vim9: no support for const/final class/objects vars + * Vim9: builtin funcs may accept a non-value + * Moving tabpages on :drop may cause an endless loop + * sync runtime files with upstream + * grammar & typo fixes + * add Tbreak command + * Vim9: not consistently using :var for declarations + * Memory leak in Configure Script when checking GTK + * Vim9: can simplify arg type checking code + * Vim9: can use type a func arg/return value + * escape curdir in BrowseUpDir + * Vim9: type can be assigned to list/dict + * Vim9: type documentation out-dated + * Vim9: not able to use imported interfaces and classes + * instanceof() should use varargs as second arg + * Update syntax file, fix missing for highlight + * screenpos() may crash with neg. column + * [security]: use-after-free in check_argument_type + * Vim9: incorrectly parses :def func definitions + * Vim9: can use typealias in assignment + * ft detection maybe wrong if 'fic' set for *.[CH] + * re-generate helptags + * do not set b:did_ftplugin before sourcing scala ftplugin(#13657) + * Fix `w:netrw_bannercnt` ref error with `netrw_fastbrowse=2` + * fix examples in comments for JSON formatting + * Add json formating plugin (Issue #11426) + * Update syntax file + * link cmdline completion to to |wildcards| and fix typos + * Update eval.txt + * Vim9: type not kept when assigning vars + * The option[] array is not sorted + * unlet b:filetype_in_cpp_family for cpp & squirrel + * fix typo in change.txt + * update syntax and ftplugins + * Update syntax file and syntax test + * Sort options.txt alphabetically + * update todo items + * sort option-list alphabetically + * no support to build on OpenVMS + * Using type unknown for List/Dict containers + * 'breakindent' is not drawn after diff filler lines + * remove non-existent parameter in shift-command + * Using int for errbuflen in option funcs + * [security]: use-after-free in exec_instructions() + * Vim does not detect pacman.log file + * reference 'go-!' inside os_win32.txt for !start + * Type check tests fail without the channel feature + ------------------------------------------------------------------- Mon Dec 4 12:00:43 UTC 2023 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index bd89ebb..ac5dc68 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 2146 +%define patchlevel 2181 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site