-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.2072: Vim9: list assign not well tested * 8.2.2071: Vim9: list assign doesn't except empty remainder list * 8.2.2070: can't get the exit value in VimLeave(Pre) autocommands * Update runtime files
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [Update runtime files](https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5)\n* [8.2.2069](https://github.com/vim/vim/commit/287153c5d481a09ffe98a95ad78390ff580bb557): the quickfix window is not updated after setqflist()\n* [8.2.2068](https://github.com/vim/vim/commit/b46f57e87b3706a8c4b97d8e03f7853a7938b061): transparent syntax item uses start/end of containing region | ||
* [8.2.2072](https://github.com/vim/vim/commit/004d9b00ba600a167746ad7af88e0baa77c95d8f): Vim9: list assign not well tested\n* [8.2.2071](https://github.com/vim/vim/commit/da7c20c9531739bdefa9d4418e6765fb181066e9): Vim9: list assign doesn't except empty remainder list\n* [8.2.2070](https://github.com/vim/vim/commit/f0068c5154a99b86b2c4515a4b93c003b2445cf4): can't get the exit value in VimLeave(Pre) autocommands\n* [Update runtime files](https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5) |
Submodule vim
updated
10 files
+2 −0 | runtime/doc/autocmd.txt | |
+7 −0 | runtime/doc/eval.txt | |
+2 −0 | src/evalvars.c | |
+8 −1 | src/ex_docmd.c | |
+7 −1 | src/main.c | |
+27 −0 | src/testdir/test_exit.vim | |
+45 −24 | src/testdir/test_vim9_assign.vim | |
+6 −0 | src/version.c | |
+2 −1 | src/vim.h | |
+8 −2 | src/vim9compile.c |