-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.2559: MS-Windows: guifont test fails on Windows XP * 8.2.2558: no error if a lambda argument shadows a variable
- 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 @@ | ||
* [8.2.2557](https://github.com/vim/vim/commit/087b5ff35d219f4f48a3d4854783799d0f6a1732): compiler warning for shadowd variable\n* [8.2.2556](https://github.com/vim/vim/commit/0a84284e603e39c1288d71f8f96f66eb7eb1ca61): Vim9: :import with "as" not fully supported\n* [8.2.2555](https://github.com/vim/vim/commit/3f1e9f000f761406a94366383a2e4878e2c50547): Vim9: missing test for 8.2.2553\n* [8.2.2554](https://github.com/vim/vim/commit/0f2a5cc68b676b56694c27034690a7b9ef049feb): Vim9: exporting a final is not tested\n* [Update runtime files.](https://github.com/vim/vim/commit/9faec4e3d439968e21ad74e917aebb289df8f849) | ||
* [8.2.2559](https://github.com/vim/vim/commit/3650fd709807d5ac182e28d952cbd790c1ad0a6a): MS-Windows: guifont test fails on Windows XP\n* [8.2.2558](https://github.com/vim/vim/commit/057e84afe5bd37fe272bf7cfafca629ef9da1bd3): no error if a lambda argument shadows a variable |
Submodule vim
updated
10 files
+5 −1 | src/errors.h | |
+1 −1 | src/proto/vim9compile.pro | |
+3 −1 | src/testdir/test_gui.vim | |
+3 −3 | src/testdir/test_vim9_expr.vim | |
+26 −1 | src/testdir/test_vim9_func.vim | |
+3 −3 | src/testdir/test_vim9_script.vim | |
+15 −12 | src/userfunc.c | |
+4 −0 | src/version.c | |
+22 −9 | src/vim9compile.c | |
+3 −3 | src/vim9script.c |