-
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.2077: build failure with small features * 8.2.2076: MS-Windows console: sometimes drops typed characters * 8.2.2075: error for const argument to mapnew() * 8.2.2074: Vim9: using :normal from Vim9 script can't handle range * 8.2.2073: Vim9: for with unpack only works for local variables
- 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.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) | ||
* [8.2.2077](https://github.com/vim/vim/commit/a452b808b4da2d272ca4a50865eb8ca89a58f239): build failure with small features\n* [8.2.2076](https://github.com/vim/vim/commit/c478ee3d83fab0dba46740f2023c35f743f88316): MS-Windows console: sometimes drops typed characters\n* [8.2.2075](https://github.com/vim/vim/commit/57cf4973a283941c92744554474b2c52ce892fd1): error for const argument to mapnew()\n* [8.2.2074](https://github.com/vim/vim/commit/4324d87a4432721d9dbc72c1e336350bc6b7ebc3): Vim9: using :normal from Vim9 script can't handle range\n* [8.2.2073](https://github.com/vim/vim/commit/4b8a065145bb53762b869cd6b8e55b7ad7341761): Vim9: for with unpack only works for local variables |
Submodule vim
updated
8 files
+10 −3 | src/ex_docmd.c | |
+3 −3 | src/list.c | |
+7 −19 | src/os_win32.c | |
+3 −0 | src/structs.h | |
+6 −0 | src/testdir/test_filter_map.vim | |
+54 −14 | src/testdir/test_vim9_script.vim | |
+10 −0 | src/version.c | |
+279 −216 | src/vim9compile.c |