Skip to content

Commit

Permalink
vim: Import v9.1.0751
Browse files Browse the repository at this point in the history
* 9.1.0751: Error callback for term_start() not used
* 9.1.0750: there are some Win9x legacy references
* runtime(java): Recognise the CommonMark form (///) of Javadoc comments
* 9.1.0749: filetype: http files not recognized
* runtime(comment): fix syntax error
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent d039032 commit aa48f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [CI: uploading failed screendump tests does not work Cirrus](https://github.com/vim/vim/commit/5dd4ec0089f0f4ef06571575ea21c0650a969ff5)\n* [9.1.0748](https://github.com/vim/vim/commit/ea84202372061be9b5a9d16b360d5a17d93ccf7e): :keep\* commmands are sometimes misidentified as :k\n* [runtime(indent): allow matching negative numbers for gnu indent config file](https://github.com/vim/vim/commit/ee20fc8062b43eb8e52014978ed8f200158a7efd)\n* [runtime(comment): add gC mapping to (un)comment rest of line](https://github.com/vim/vim/commit/9142136161560a22390de3716044cb21aa57262e)\n* [9.1.0747](https://github.com/vim/vim/commit/8feed3a52548591b2eaef66f4d53e1a49b2dabe5): various typos in repo found\n* [9.1.0746](https://github.com/vim/vim/commit/fa117387eea97306e4c59043b607ccb1533f64ea): tests: Test\_halfpage\_longline() fails on large terminals\n* [runtime(doc): reformat gnat example](https://github.com/vim/vim/commit/6db3fc5632c877062d759356c025fe06e9dc3630)\n* [runtime(doc): reformat ada\_standard\_types section](https://github.com/vim/vim/commit/c3989f184d4dd1ee817c06bb3c04d5471382dd04)\n* [9.1.0745](https://github.com/vim/vim/commit/8a2aea8a623ba183dc0703a47970463b105a9399): filetype: bun and deno history files not recognized\n* [runtime(glvs): Correct the tag name of glvs-autoinstal](https://github.com/vim/vim/commit/7cd6edf2b70d070b00a92bf67c6ddc25f34d4d1b)\n* [runtime(doc): include short form for :earlier/:later](https://github.com/vim/vim/commit/998f018df37088455bd68ad79da3d16bc4ad9bbe)\n* [runtime(doc): remove completed TODO](https://github.com/vim/vim/commit/1678ca36c8a9c183b8ee1a50f1529c2334f6a99d)
* [9.1.0751](https://github.com/vim/vim/commit/b50bc9ad55ecda07d5909e7057a6e777cd7e9b97): Error callback for term\_start() not used\n* [9.1.0750](https://github.com/vim/vim/commit/563e8ec8c78b4141a6497f14e825be2d63cb891c): there are some Win9x legacy references\n* [runtime(java): Recognise the CommonMark form (///) of Javadoc comments](https://github.com/vim/vim/commit/85f054aa3f0fb9530712d0897e3c8ba29946fad4)\n* [9.1.0749](https://github.com/vim/vim/commit/de6c1d1182076b10212342fd2d441267fbe43a22): filetype: http files not recognized\n* [runtime(comment): fix syntax error](https://github.com/vim/vim/commit/0fb25515cc81b5301649962b25129799334e91c0)
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 44 files
+1 −0 .github/MAINTAINERS
+2 −2 Makefile
+3 −3 READMEdir/README_bindos.txt
+0 −24 READMEdir/README_dos.txt
+1 −1 READMEdir/README_extra.txt
+1 −1 READMEdir/README_ole.txt
+92 −0 runtime/autoload/javaformat.vim
+23 −1 runtime/doc/filetype.txt
+10 −3 runtime/doc/syntax.txt
+3 −0 runtime/filetype.vim
+13 −0 runtime/ftplugin/http.vim
+21 −6 runtime/ftplugin/java.vim
+2 −2 runtime/pack/dist/opt/comment/autoload/comment.vim
+2 −2 runtime/pack/dist/opt/comment/doc/comment.txt
+135 −23 runtime/syntax/java.vim
+0 −20 runtime/syntax/testdir/dumps/java_comments_05.dump
+0 −20 runtime/syntax/testdir/dumps/java_comments_07.dump
+1 −1 runtime/syntax/testdir/dumps/java_comments_html_00.dump
+7 −7 runtime/syntax/testdir/dumps/java_comments_html_01.dump
+1 −1 runtime/syntax/testdir/dumps/java_comments_html_02.dump
+3 −3 runtime/syntax/testdir/dumps/java_comments_html_03.dump
+9 −9 runtime/syntax/testdir/dumps/java_comments_html_04.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_html_05.dump
+10 −10 runtime/syntax/testdir/dumps/java_comments_html_06.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_html_07.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_00.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_01.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_02.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_03.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_04.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_05.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_06.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_07.dump
+20 −0 runtime/syntax/testdir/dumps/java_comments_markdown_08.dump
+1 −1 runtime/syntax/testdir/dumps/java_module_info_00.dump
+1 −1 runtime/syntax/testdir/dumps/java_numbers_01.dump
+25 −16 runtime/syntax/testdir/input/java_comments_html.java
+147 −0 runtime/syntax/testdir/input/java_comments_markdown.java
+4 −1 src/os_unix.c
+3 −13 src/os_win32.c
+1 −1 src/os_win32.h
+38 −0 src/testdir/test_channel.vim
+1 −0 src/testdir/test_filetype.vim
+6 −0 src/version.c

0 comments on commit aa48f99

Please sign in to comment.