-
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.
* runtime(doc): update for new keyprotocol option value (after v9.1.0969) * 9.1.0969: ghostty not using kitty protocol by default * 9.1.0968: tests: GetFileNameChecks() isn't fully sorted by filetype name * runtime(doc): update version9.txt for bash filetype * runtime(netrw): update last change header for #16265 * runtime(doc): fix doc error in :r behaviour
- Loading branch information
1 parent
5e94958
commit ed4ba1b
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.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) | ||
* [runtime(doc): update for new keyprotocol option value (after v9.1.0969)](https://github.com/vim/vim/commit/f6ba8defc62e18363752c6c78c76865dd53acd57)\n* [9.1.0969](https://github.com/vim/vim/commit/231b4fc3cc3cc84cad4babaf077b0fc13ece0932): ghostty not using kitty protocol by default\n* [9.1.0968](https://github.com/vim/vim/commit/e51043ad9f8e07d4c0a1e0056a8f8853e08f6a30): tests: GetFileNameChecks() isn't fully sorted by filetype name\n* [runtime(doc): update version9.txt for bash filetype](https://github.com/vim/vim/commit/223d6c0a945f3a50914c60b0fa2f823bb0cb148a)\n* [runtime(netrw): update last change header for #16265](https://github.com/vim/vim/commit/7b239f6d47cfe5dacdcb789f866512c28764391a)\n* [runtime(doc): fix doc error in :r behaviour](https://github.com/vim/vim/commit/e6ccb643a63612f20906348f16485d724f8d7f6f) |
Submodule vim
updated
8 files
+3 −3 | runtime/autoload/netrw.vim | |
+2 −2 | runtime/doc/insert.txt | |
+6 −5 | runtime/doc/options.txt | |
+6 −2 | runtime/doc/version9.txt | |
+1 −1 | src/optiondefs.h | |
+17 −17 | src/testdir/test_filetype.vim | |
+7 −0 | src/testdir/test_options.vim | |
+4 −0 | src/version.c |