-
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.
* runtime(fortran): syntax and documentation updates (#13811) * 9.1.0004: reloading colorscheme when not changing 'background' * 9.1.0003: Cannot build against Ruby 33 dynamically * 9.1.0002: a closing fold expr, may start a new fold * 9.1.0001: when closing window, wincmd p may fail * runtime(vim): add jumpoptions to syntax file (#13808) * runtime(doc): document that the diff filetype uses Diff hl groups * runtime(vim): Add support for <ScriptCmd> syntax (#10686) * runtime(vim): Add support for `syntax foldlevel` command (#6182)
- Loading branch information
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.0000](https://github.com/vim/vim/commit/b4ddc6c11e95cef4b372e239871fae1c8d4f72b6): Vim 9.1 release\n* [runtime(doc): add missing help tags](https://github.com/vim/vim/commit/6c1afa3d0bdfce3ac1197b00409ac1afa7cf368a)\n* [runtime(menu): regenerate synmenu](https://github.com/vim/vim/commit/34d15155fc45162bc0036e97f9ddfc7b9b1630bd)\n* [9.0.2190](https://github.com/vim/vim/commit/6a950da86d7a6eb09d5ebeab17657986420d07ac): proto files need update\n* [runtime(dist/ft): improve filetype detection for \*.v (V/Verilog/Coq)](https://github.com/vim/vim/commit/10b4f75d4c03c1cd4f579be5fdc812ba41b72fef)\n* [runtime(sh): Update sh syntax and add local keyword for bash (#13806)](https://github.com/vim/vim/commit/b16fc9805535dc6eb084142da0c87210fc102494)\n* [runtime(ruby): Update ftplugin and omni-complete (#13805)](https://github.com/vim/vim/commit/d08059ab48b822a25060b8a486085371ddeebcf7)\n* [runtime(doc): Update Version9.txt for release 9.1 (#13804)](https://github.com/vim/vim/commit/0ede5e361fba0254d454f61b0747b75a16a80bb5)\n* [runtime(doc): Add help tags to items in version9.txt (#13801)](https://github.com/vim/vim/commit/74512e0ad09763e87468c7364fd96d596e30d26d)\n* [translation(de): Updated German translation (#13796)](https://github.com/vim/vim/commit/d36f590d41ece139ba7e4d46af9f569ca30e07fa)\n* [translation(tr): Improve Turkish documentation (#13800)](https://github.com/vim/vim/commit/5528a7293773d1211459847bb9ad7d8f75944075)\n* [runtime(fortran): update syntax and documentation (#13784)](https://github.com/vim/vim/commit/d96f25bd69c14bc257281a580f344240c72f4999) | ||
* [runtime(fortran): syntax and documentation updates (#13811)](https://github.com/vim/vim/commit/d94ca966ca6d85d3dd03c8b68ff6a4cbae4da1af)\n* [9.1.0004](https://github.com/vim/vim/commit/83ad2726ff56db70cb2da78e1e4ea0e09941c73b): reloading colorscheme when not changing 'background'\n* [9.1.0003](https://github.com/vim/vim/commit/443657b32becb2318ae40e30a849bbe5cc1a153c): Cannot build against Ruby 33 dynamically\n* [9.1.0002](https://github.com/vim/vim/commit/0689b870595c687a23e102913ce5037f65d03748): a closing fold expr, may start a new fold\n* [9.1.0001](https://github.com/vim/vim/commit/bf44b69d1f91d9778ae1887128c63d35d9a3d19b): when closing window, wincmd p may fail\n* [runtime(vim): add jumpoptions to syntax file (#13808)](https://github.com/vim/vim/commit/b5352931b354eb67eb7d223cc09c98dcf1b547b6)\n* [runtime(doc): document that the diff filetype uses Diff hl groups](https://github.com/vim/vim/commit/b1392bee701d887b66b596c9af26bfcb6f0614b8)\n* [runtime(vim): Add support for \<ScriptCmd> syntax (#10686)](https://github.com/vim/vim/commit/80beeef0c6a4c44b190631725bce3dcc5635e3ee)\n* [runtime(vim): Add support for \`syntax foldlevel\` command (#6182)](https://github.com/vim/vim/commit/d4634a26cdcdbd0f22ec608bb4954cd7eb8db528) |
Submodule vim
updated
13 files
+5 −5 | runtime/doc/options.txt | |
+18 −18 | runtime/doc/syntax.txt | |
+1 −0 | runtime/doc/tags | |
+108 −119 | runtime/syntax/fortran.vim | |
+15 −5 | runtime/syntax/vim.vim | |
+3 −1 | src/fold.c | |
+5 −5 | src/if_ruby.c | |
+5 −1 | src/optionstr.c | |
+13 −0 | src/testdir/test_fold.vim | |
+1 −1 | src/testdir/test_ruby.vim | |
+58 −0 | src/testdir/test_window_cmd.vim | |
+8 −0 | src/version.c | |
+4 −0 | src/window.c |