Skip to content

Commit

Permalink
Vim: v9.1.0837
Browse files Browse the repository at this point in the history
* vim 15f69de26...c39c0230c (24):
  > Filelist: vimtutor chapter 2 is missing in Filelist
  > patch 9.1.0837: cross-compiling has some issues
  > runtime(vimtutor): Add a second chapter
  > patch 9.1.0836: The vimtutor can be improved
  > patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'
  > patch 9.1.0834: tests: 2html test fails
  > patch 9.1.0833: CI: recent ASAN changes do not work for indent tests
  > patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal
  > runtime(doc): update help-toc description
  > runtime(2html): Make links use color scheme colors in TOhtml
  > patch 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
  > patch 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)
  > patch 9.1.0829: Vim source code uses a mix of tabs and spaces
  > patch 9.1.0828: string_T struct could be used more often
  > patch 9.1.0827: CI: tests can be improved
  > runtime(doc): remove stray sentence in pi_netrw.txt
  > patch 9.1.0826: filetype: sway files are not recognized
  > runtime(doc): Include netrw-gp in TOC
  > runtime(doc): mention 'iskeyword' at :h charclass()

https://github.com/vim/vim-appimage/actions/runs/11656347169
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent c300255 commit f7070bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 81 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
+10 −1 Filelist
+219 −0 runtime/autoload/tutor.vim
+4 −1 runtime/autoload/typst.vim
+3 −3 runtime/defaults.vim
+2 −0 runtime/doc/Make_all.mak
+2 −2 runtime/doc/builtin.txt
+2 −7 runtime/doc/eval.txt
+57 −1 runtime/doc/helphelp.txt
+28 −27 runtime/doc/options.txt
+5 −4 runtime/doc/pi_netrw.txt
+51 −0 runtime/doc/pi_tutor.txt
+2 −2 runtime/doc/quickref.txt
+9 −4 runtime/doc/tags
+8 −3 runtime/doc/usr_01.txt
+6 −2 runtime/doc/version9.txt
+79 −20 runtime/doc/vimtutor.1
+61 −19 runtime/doc/vimtutor.man
+6 −0 runtime/filetype.vim
+15 −0 runtime/ftplugin/sway.vim
+45 −0 runtime/ftplugin/tutor.vim
+13 −0 runtime/indent/testdir/runtest.vim
+940 −0 runtime/pack/dist/opt/helptoc/autoload/helptoc.vim
+5 −0 runtime/pack/dist/opt/helptoc/plugin/helptoc.vim
+6 −0 runtime/plugin/tutor.vim
+5 −1 runtime/syntax/2html.vim
+77 −0 runtime/syntax/tutor.vim
+3 −3 runtime/syntax/typst.vim
+16 −0 runtime/syntax/vimnormal.vim
+980 −0 runtime/tutor/en/vim-01-beginner.tutor
+45 −0 runtime/tutor/en/vim-01-beginner.tutor.json
+7 −4 runtime/tutor/tutor
+247 −0 runtime/tutor/tutor.tutor
+35 −0 runtime/tutor/tutor.tutor.json
+7 −2 runtime/tutor/tutor.vim
+199 −0 runtime/tutor/tutor2
+199 −0 runtime/tutor/tutor2.utf-8
+6 −2 src/Makefile
+94 −58 src/auto/configure
+12 −9 src/autocmd.c
+2 −1 src/buffer.c
+6 −6 src/cmdexpand.c
+61 −49 src/configure.ac
+2 −2 src/errors.h
+2 −0 src/evalbuffer.c
+1 −3 src/evalvars.c
+116 −42 src/ex_docmd.c
+3 −0 src/gc.c
+26 −18 src/highlight.c
+4 −3 src/insexpand.c
+8 −5 src/misc2.c
+28 −12 src/option.c
+2 −2 src/option.h
+5 −4 src/optiondefs.h
+9 −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
+1 −0 src/testdir/samples/Test_tohtml_basic.c.html
+8 −0 src/testdir/shared.vim
+1 −0 src/testdir/test_filetype.vim
+418 −114 src/testdir/test_findfile.vim
+81 −0 src/testdir/test_ins_complete.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
+24 −0 src/version.c
+2 −3 src/vim.h
+120 −8 src/vimtutor
+6 −1 vimtutor.bat

0 comments on commit f7070bc

Please sign in to comment.