Skip to content

Commit

Permalink
vim: Import v9.1.0831
Browse files Browse the repository at this point in the history
* runtime(2html): Make links use color scheme colors in TOhtml
* 9.1.0831: 'findexpr' can't be used as lambad or Funcref
* Filelist: include helptoc package
* runtime(doc): include a TOC Vim9 plugin
* Filelist: ignore .git-blame-ignore-revs
* 9.1.0830: using wrong highlight group for spaces for popupmenu
* runtime(typst): synchronize updates from the upstream typst.vim
* git: ignore reformatting commit for git-blame (after v9.1.0829)
* 9.1.0829: Vim source code uses a mix of tabs and spaces
* 9.1.0828: string_T struct could be used more often
* 9.1.0827: CI: tests can be improved
* runtime(doc): remove stray sentence in pi_netrw.txt
* 9.1.0826: filetype: sway files are not recognized
* runtime(doc): Include netrw-gp in TOC
* runtime(doc): mention 'iskeyword' at :h charclass()
  • Loading branch information
github-actions[bot] committed Nov 2, 2024
1 parent 43dc87a commit f68ce83
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 @@
* [runtime(doc): mention 'iskeyword' at :h charclass()](https://github.com/vim/vim/commit/b5e7da1f27241f7d770d342009e2fb443e45e6ce)
* [runtime(2html): Make links use color scheme colors in TOhtml](https://github.com/vim/vim/commit/b256221e8377abba3c121d612c559006a9233052)\n* [9.1.0831](https://github.com/vim/vim/commit/a13f3a4f5de9c150f70298850e34747838904995): 'findexpr' can't be used as lambad or Funcref\n* [Filelist: include helptoc package](https://github.com/vim/vim/commit/0b8176dff2dada4be1c8d3ca5e1dd1a7a536b4ca)\n* [runtime(doc): include a TOC Vim9 plugin](https://github.com/vim/vim/commit/b3ec5643cd496b59eefd3ce6854b99aea72abd0c)\n* [Filelist: ignore .git-blame-ignore-revs](https://github.com/vim/vim/commit/29ce4190767b12314770b6da4768a24c19cd8a38)\n* [9.1.0830](https://github.com/vim/vim/commit/bc10be7a4060748ed1876ab91cf53a2a8701ac13): using wrong highlight group for spaces for popupmenu\n* [runtime(typst): synchronize updates from the upstream typst.vim](https://github.com/vim/vim/commit/d181bafd0bb53f3caaf15a95a329a31d8208206b)\n* [git: ignore reformatting commit for git-blame (after v9.1.0829)](https://github.com/vim/vim/commit/88542445871d882b2a0e79410774797a73fe9e60)\n* [9.1.0829](https://github.com/vim/vim/commit/8ce738de3fd7192fa6274730594305cde780074c): Vim source code uses a mix of tabs and spaces\n* [9.1.0828](https://github.com/vim/vim/commit/8d4477ef220e5af0b9b1a6e4fc38570a063403e4): string\_T struct could be used more often\n* [9.1.0827](https://github.com/vim/vim/commit/f1d83c4c71dce0edefc9a94b2dfa3ca1c343f837): CI: tests can be improved\n* [runtime(doc): remove stray sentence in pi\_netrw.txt](https://github.com/vim/vim/commit/a95d6a3d641dd065cccb1e76863dd3450ee5ce04)\n* [9.1.0826](https://github.com/vim/vim/commit/84b5b1c660beb2f9e27de70687e41d39a023ae81): filetype: sway files are not recognized\n* [runtime(doc): Include netrw-gp in TOC](https://github.com/vim/vim/commit/26113e5ae3c4762ab718d5f006afa71f67e6f459)\n* [runtime(doc): mention 'iskeyword' at :h charclass()](https://github.com/vim/vim/commit/b5e7da1f27241f7d770d342009e2fb443e45e6ce)
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 53 files
+2 −1 .cirrus.yml
+9 −0 .git-blame-ignore-revs
+1 −0 .github/MAINTAINERS
+3 −2 .github/actions/test_artifacts/action.yml
+3 −3 .github/workflows/ci.yml
+4 −1 Filelist
+4 −1 runtime/autoload/typst.vim
+2 −7 runtime/doc/eval.txt
+56 −1 runtime/doc/helphelp.txt
+28 −27 runtime/doc/options.txt
+5 −4 runtime/doc/pi_netrw.txt
+2 −2 runtime/doc/quickref.txt
+4 −4 runtime/doc/tags
+3 −2 runtime/doc/version9.txt
+3 −0 runtime/filetype.vim
+15 −0 runtime/ftplugin/sway.vim
+940 −0 runtime/pack/dist/opt/helptoc/autoload/helptoc.vim
+5 −0 runtime/pack/dist/opt/helptoc/plugin/helptoc.vim
+5 −1 runtime/syntax/2html.vim
+3 −3 runtime/syntax/typst.vim
+12 −9 src/autocmd.c
+2 −1 src/buffer.c
+6 −6 src/cmdexpand.c
+2 −2 src/errors.h
+2 −0 src/evalbuffer.c
+1 −3 src/evalvars.c
+115 −44 src/ex_docmd.c
+3 −0 src/gc.c
+26 −18 src/highlight.c
+8 −5 src/misc2.c
+28 −12 src/option.c
+2 −2 src/option.h
+5 −4 src/optiondefs.h
+3 −6 src/optionstr.c
+2 −2 src/popupmenu.c
+4 −1 src/proto/ex_docmd.pro
+1 −1 src/proto/option.pro
+3 −3 src/regexp.c
+132 −132 src/sound.c
+5 −7 src/structs.h
+1 −1 src/syntax.c
+20 −0 src/testdir/dumps/Test_pum_highlights_17.dump
+5 −0 src/testdir/runtest.vim
+8 −0 src/testdir/shared.vim
+1 −0 src/testdir/test_filetype.vim
+383 −114 src/testdir/test_findfile.vim
+1 −1 src/testdir/test_modeline.vim
+1 −1 src/testdir/test_options.vim
+20 −2 src/testdir/test_popup.vim
+34 −14 src/testdir/test_vim9_import.vim
+15 −11 src/usercmd.c
+12 −0 src/version.c
+2 −3 src/vim.h

0 comments on commit f68ce83

Please sign in to comment.