-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.1000: tests: ruby tests fail with Ruby 3.4 * 9.1.0999: Vim9: leaking finished exception * runtime(tiasm): use correct syntax name tiasm in syntax script
- Loading branch information
1 parent
f454626
commit 2af8905
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 @@ | ||
* [9.1.0998](https://github.com/vim/vim/commit/4f73c07abff420bad9fa5befc2c284c00b984993): filetype: TI assembly files are not recognized\n* [9.1.0997](https://github.com/vim/vim/commit/a21240b97debea2e087aee6ad1488b5f075d1259): too many strlen() calls in drawscreen.c\n* [runtime(xf86conf): add section name OutputClass to syntax script](https://github.com/vim/vim/commit/8ab1819df625354f6cc9b36cb46989e7b7c9ebae)\n* [9.1.0996](https://github.com/vim/vim/commit/e890887b8052561ac5f8dce218e578ed28599cc6): ComplMatchIns may highlight wrong text\n* [runtime(vim): Update base-syntax, improve ex-bang matching](https://github.com/vim/vim/commit/1718e7d07e391571ac81c507a746b3bc7a7e2024)\n* [runtime(doc): clarify buffer deletion on popup\_close()](https://github.com/vim/vim/commit/1f045f324d0a8e9e897e5ed49c4e21aa9c2a538e) | ||
* [9.1.1000](https://github.com/vim/vim/commit/ebea31e454b9a1731cde845226f2c28ca5c097b1): tests: ruby tests fail with Ruby 3.4\n* [9.1.0999](https://github.com/vim/vim/commit/2051af1642843426714efc2572c3e270fe0948be): Vim9: leaking finished exception\n* [runtime(tiasm): use correct syntax name tiasm in syntax script](https://github.com/vim/vim/commit/df4a7d761740d59a4f911c9e13ac620a459cdea6) |
Submodule vim
updated
8 files
+1 −1 | runtime/syntax/tiasm.vim | |
+1 −1 | src/ex_eval.c | |
+1 −0 | src/proto/ex_eval.pro | |
+3 −3 | src/testdir/test_ruby.vim | |
+15 −5 | src/testdir/test_stacktrace.vim | |
+53 −0 | src/testdir/test_vim9_script.vim | |
+4 −0 | src/version.c | |
+19 −9 | src/vim9execute.c |