-
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.1709: Vim9: memory leak when using multiple closures * 8.2.1708: Vim9: error message for function has unpritable characters * 8.2.1707: small inconsitency in highlight test * 8.2.1706: Vim9: crash after running into the "Multiple closures" error * 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"
- 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.1704](https://github.com/vim/vim/commit/77e5dcc36a82da040072d74e3ced410d15c42757): Vim9: crash in for loop when autoload script has an error\n* [8.2.1703](https://github.com/vim/vim/commit/213da551dec465e193619684b260bf9d5a8d6afc): ":highlight clear" does not restore default link\n* [8.2.1702](https://github.com/vim/vim/commit/da697645d5917eb3d4168c06c3442bef9fb746bf): crash when using undo after deleting folded lines | ||
* [8.2.1709](https://github.com/vim/vim/commit/dec07510bbdf335a2de3d63591231a90ef3e4c80): Vim9: memory leak when using multiple closures\n* [8.2.1708](https://github.com/vim/vim/commit/b185a4074515f576b420cfc7a5a07f840cf6b51f): Vim9: error message for function has unpritable characters\n* [8.2.1707](https://github.com/vim/vim/commit/2bbada811625ee53c7bcdf689dbf409e9975ea8f): small inconsitency in highlight test\n* [8.2.1706](https://github.com/vim/vim/commit/7cbfaa51de7b225effdc79a008c71a5551883c38): Vim9: crash after running into the "Multiple closures" error\n* [8.2.1705](https://github.com/vim/vim/commit/e8df0104985af58ee501a6fbac8ac9f886e84e5a): "verbose hi Name" reports incorrect info after ":hi clear" |
Submodule vim
updated
6 files
+12 −9 | src/highlight.c | |
+34 −0 | src/testdir/test_highlight.vim | |
+58 −0 | src/testdir/test_vim9_func.vim | |
+10 −0 | src/version.c | |
+2 −2 | src/vim9compile.c | |
+8 −7 | src/vim9execute.c |