-
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.0967: SpotBugs compiler setup can be further improved * 9.1.0966: Vim9: :enum command can be shortened * runtime(compiler): include a basic bash syntax checker compiler * 9.1.0965: filetype: sh filetype set when detecting the use of bash * runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt
- Loading branch information
1 parent
900f811
commit 5e94958
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.0964](https://github.com/vim/vim/commit/157397edffbc5c375ce54e5e26ee0cabd30a8c73): MS-Windows: sed error with MinGW\n* [9.1.0963](https://github.com/vim/vim/commit/5a04999a7402201cf1b47ff10bc474dd1cdc24f4): fuzzy-matching does not prefer full match\n* [9.1.0962](https://github.com/vim/vim/commit/f07ae5b3bdb7331ee0e65adcb74402eef74f0a2b): filetype: bun.lock file is not recognized\n* [runtime(vim): update indentation plugin for Vim script](https://github.com/vim/vim/commit/6d2efd492010cc12e9eeec3ad2bb2645106e0087)\n* [runtime(doc): tweak documentation style in helphelp.txt](https://github.com/vim/vim/commit/b9ea0a89fadb53812860b8c2c1ca27e1d51a33da)\n* [runtime(vim): Update base-syntax, allow parens in default arguments](https://github.com/vim/vim/commit/9b67a2e1ddf277faf01fa957bf72f7b804a7cb7f) | ||
* [9.1.0967](https://github.com/vim/vim/commit/2e252474c4df5018b9819d86ebb70bf3b1b1a1af): SpotBugs compiler setup can be further improved\n* [9.1.0966](https://github.com/vim/vim/commit/b7f19a5459273d8a3ff095c1ff5f0a78a960ae6a): Vim9: :enum command can be shortened\n* [runtime(compiler): include a basic bash syntax checker compiler](https://github.com/vim/vim/commit/6c57c30ad43f5e0d040f7d432ceb5d61fc6ab651)\n* [9.1.0965](https://github.com/vim/vim/commit/b9b762c21f2b61e0e7d8fee43d4d3dc8ecffd721): filetype: sh filetype set when detecting the use of bash\n* [runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt](https://github.com/vim/vim/commit/0a3b9fb5c2358a38f931350e0a996d584d903ce6) |
Submodule vim
updated
11 files
+1 −0 | runtime/autoload/dist/ft.vim | |
+12 −0 | runtime/compiler/bash.vim | |
+2 −2 | runtime/compiler/spotbugs.vim | |
+65 −1 | runtime/doc/quickfix.txt | |
+41 −5 | runtime/ftplugin/java.vim | |
+2 −2 | src/INSTALLpc.txt | |
+1 −1 | src/ex_cmds.h | |
+63 −1 | src/testdir/test_compiler.vim | |
+12 −7 | src/testdir/test_filetype.vim | |
+8 −0 | src/testdir/test_vim9_enum.vim | |
+6 −0 | src/version.c |