Skip to content

Commit

Permalink
Vim: v9.1.0589
Browse files Browse the repository at this point in the history
* vim 700cf8cfa...22105fd1f (6):
  > patch 9.1.0589: vi: d{motion} and cw work differently than expected
  > runtime(colors): update included colorschemes
  > runtime(doc): grammar fixes in options.txt
  > patch 9.1.0588: The maze program no longer compiles on newer clang
  > runtime(typst): Add typst runtime files
  > patch 9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky

https://github.com/vim/vim-appimage/actions/runs/9948939691
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent 08e537f commit d880e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 49 files
+5 −1 .github/MAINTAINERS
+50 −0 runtime/autoload/typst.vim
+8 −4 runtime/colors/blue.vim
+10 −4 runtime/colors/darkblue.vim
+12 −5 runtime/colors/delek.vim
+5 −1 runtime/colors/desert.vim
+7 −1 runtime/colors/elflord.vim
+10 −4 runtime/colors/evening.vim
+118 −111 runtime/colors/habamax.vim
+7 −1 runtime/colors/industry.vim
+10 −4 runtime/colors/koehler.vim
+15 −7 runtime/colors/lunaperche.vim
+10 −4 runtime/colors/morning.vim
+7 −1 runtime/colors/murphy.vim
+10 −4 runtime/colors/pablo.vim
+9 −3 runtime/colors/peachpuff.vim
+20 −1 runtime/colors/quiet.vim
+25 −15 runtime/colors/retrobox.vim
+10 −4 runtime/colors/ron.vim
+10 −4 runtime/colors/shine.vim
+6 −1 runtime/colors/slate.vim
+21 −5 runtime/colors/sorbet.vim
+10 −4 runtime/colors/torte.vim
+98 −88 runtime/colors/wildcharm.vim
+9 −1 runtime/colors/zaibatsu.vim
+11 −5 runtime/colors/zellner.vim
+15 −0 runtime/compiler/typst.vim
+5 −4 runtime/doc/change.txt
+5 −1 runtime/doc/filetype.txt
+2 −2 runtime/doc/motion.txt
+11 −8 runtime/doc/options.txt
+12 −1 runtime/doc/quickfix.txt
+10 −1 runtime/doc/syntax.txt
+8 −0 runtime/doc/tags
+3 −1 runtime/doc/version9.txt
+16 −6 runtime/ftplugin/typst.vim
+18 −0 runtime/indent/typst.vim
+1 −1 runtime/macros/maze/mazeclean.c
+472 −0 runtime/syntax/typst.vim
+6 −2 src/normal.c
+1 −0 src/ops.c
+4 −3 src/option.h
+3 −2 src/testdir/test_codestyle.vim
+45 −0 src/testdir/test_cpoptions.vim
+2 −2 src/testdir/test_gui.vim
+2 −2 src/testdir/test_options.vim
+2 −2 src/testdir/test_quickfix.vim
+5 −5 src/testdir/test_vim9_script.vim
+6 −0 src/version.c

0 comments on commit d880e76

Please sign in to comment.