-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0954: popupmenu.c can be improved * 9.1.0953: filetype: APKBUILD files not correctly detected * 9.1.0952: Vim9: missing type checking for any type assignment * 9.1.0951: filetype: jshell files are not recognized
- Loading branch information
1 parent
fc30d84
commit 928d2b4
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(dockerfile): do not set commentstring in syntax script](https://github.com/vim/vim/commit/70881ba195d267d01df912294ddc5b5d525bba3d)\n* [9.1.0950](https://github.com/vim/vim/commit/f173f4249fc785fb3e2b341bcfb0f21192cd4bf5): filetype: fennelrc files are not recognized\n* [runtime(netrw): do not double escape Vim special characters](https://github.com/vim/vim/commit/2328a39a54fbd75576769193d7ff1ed2769e2ff9)\n* [git: ignore reformatting change of netrw plugin](https://github.com/vim/vim/commit/fb27cf9cb17d756dc3d983a7d1739bbf75b2d70e)\n* [runtime(netrw): more reformating #16248](https://github.com/vim/vim/commit/c673b805ad80d0aef07e745d412a2bf298ba1c07) | ||
* [9.1.0954](https://github.com/vim/vim/commit/89a107efd141d5a1fed850af80a74900077666cf): popupmenu.c can be improved\n* [9.1.0953](https://github.com/vim/vim/commit/7cb24917a112ba473cb351bdcdc48b8adbd46793): filetype: APKBUILD files not correctly detected\n* [9.1.0952](https://github.com/vim/vim/commit/92195ae72f141a1d454d930a0b395c63d08f5fe0): Vim9: missing type checking for any type assignment\n* [9.1.0951](https://github.com/vim/vim/commit/62e3014ab1146d7f78694c97fc6974f1af2cc5af): filetype: jshell files are not recognized |
Submodule vim
updated
9 files
+5 −4 | runtime/filetype.vim | |
+17 −0 | runtime/syntax/apkbuild.vim | |
+12 −1 | src/eval.c | |
+31 −40 | src/popupmenu.c | |
+1 −0 | src/structs.h | |
+3 −2 | src/testdir/test_filetype.vim | |
+42 −0 | src/testdir/test_vim9_assign.vim | |
+8 −0 | src/version.c | |
+28 −1 | src/vim9execute.c |