-
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.
* runtime(doc): add help tags for json + markdown global variables * 9.1.0673: Vim9: too recursive func calls when calling super-class method * runtime(syntax-tests): Facilitate the viewing of rendered screendumps * runtime(doc): fix a few style issues
- Loading branch information
1 parent
1eca261
commit 5db8ba9
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 @@ | ||
* [runtime(syntax-tests): Facilitate the viewing of rendered screendumps](https://github.com/vim/vim/commit/d33afe12c6639d70fca82230df6b9fdee7365423)\n* [runtime(doc): fix a few style issues](https://github.com/vim/vim/commit/90e1fe4b76ece24e5182ba5a5fa1240462276dce) | ||
* [runtime(doc): add help tags for json + markdown global variables](https://github.com/vim/vim/commit/dc831db6ea3b550e3acb60a0859fcd07fd3f86e6)\n* [9.1.0673](https://github.com/vim/vim/commit/58c957943030b4dc551bf210b76cb2882182260c): Vim9: too recursive func calls when calling super-class method\n* [runtime(syntax-tests): Facilitate the viewing of rendered screendumps](https://github.com/vim/vim/commit/d33afe12c6639d70fca82230df6b9fdee7365423)\n* [runtime(doc): fix a few style issues](https://github.com/vim/vim/commit/90e1fe4b76ece24e5182ba5a5fa1240462276dce) |
Submodule vim
updated
9 files
+5 −3 | runtime/doc/syntax.txt | |
+5 −0 | runtime/doc/tags | |
+1 −1 | src/proto/vim9instr.pro | |
+135 −0 | src/testdir/test_vim9_class.vim | |
+2 −0 | src/version.c | |
+2 −1 | src/vim9.h | |
+15 −6 | src/vim9execute.c | |
+11 −6 | src/vim9expr.c | |
+5 −1 | src/vim9instr.c |