-
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.2549: crash after using "g:" in a for loop
- 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.2548](https://github.com/vim/vim/commit/7d41410a455ba62128655beb91c35d3fba299287): May get stuck in the cmdline window using :normal\n* [8.2.2547](https://github.com/vim/vim/commit/2c6553498e790604f50016d8435403523a2576d6): "%" command not accurate for big files\n* [8.2.2546](https://github.com/vim/vim/commit/21a83bd53d1fe21c780316c40fdc14d49167d08b): typo in mouse key name\n* [8.2.2545](https://github.com/vim/vim/commit/eba13e4ea28f133ff65f6b426428f49a9bd711b0): errors and crash when terminal window is zero height\n* [8.2.2544](https://github.com/vim/vim/commit/bc327ccc3dd408463fc74266f57b879888a13e51): Vim9: error for argument when checking for lambda | ||
* [8.2.2549](https://github.com/vim/vim/commit/1bd3cb201983859d86d644eef9e98cd3e9de7261): crash after using "g:" in a for loop |
Submodule vim
updated
3 files
+6 −0 | src/testdir/test_vim9_expr.vim | |
+2 −0 | src/version.c | |
+1 −0 | src/vim9execute.c |