Skip to content

Commit

Permalink
Vim: v9.1.0679
Browse files Browse the repository at this point in the history
* vim c6ed81676...cba93cab5 (7):
  > runtime(doc): clarify the effect of :keeppatterns after v9.1.0677
  > runtime(doc): update Makefile and make it portable between GNU and BSD
  > patch 9.1.0679: Rename from w_closing to w_locked is incomplete
  > runtime(colors): update colorschemes
  > runtime(vim): Update base-syntax, improve :let-heredoc highlighting
  > runtime(doc): Updating the examples in the xxd manpage
  > translation(ru): Updated uganda.rux

https://github.com/vim/vim-appimage/actions/runs/10428182420
  • Loading branch information
github-actions[bot] committed Aug 17, 2024
1 parent eb6a90a commit fdc3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 48 files
+5 −1 runtime/colors/blue.vim
+3 −1 runtime/colors/darkblue.vim
+3 −1 runtime/colors/delek.vim
+5 −1 runtime/colors/desert.vim
+9 −7 runtime/colors/elflord.vim
+9 −7 runtime/colors/evening.vim
+14 −12 runtime/colors/habamax.vim
+5 −3 runtime/colors/industry.vim
+5 −3 runtime/colors/koehler.vim
+5 −1 runtime/colors/lunaperche.vim
+5 −3 runtime/colors/morning.vim
+5 −3 runtime/colors/murphy.vim
+9 −7 runtime/colors/pablo.vim
+8 −6 runtime/colors/peachpuff.vim
+1 −1 runtime/colors/quiet.vim
+9 −1 runtime/colors/retrobox.vim
+5 −3 runtime/colors/ron.vim
+5 −3 runtime/colors/shine.vim
+11 −8 runtime/colors/slate.vim
+1 −1 runtime/colors/sorbet.vim
+9 −7 runtime/colors/torte.vim
+9 −1 runtime/colors/wildcharm.vim
+5 −5 runtime/colors/zaibatsu.vim
+5 −3 runtime/colors/zellner.vim
+40 −37 runtime/doc/Makefile
+2 −2 runtime/doc/cmdline.txt
+8 −11 runtime/doc/uganda.rux
+3 −3 runtime/doc/xxd.1
+4 −4 runtime/doc/xxd.man
+8 −2 runtime/syntax/generator/vim.vim.base
+1 −1 runtime/syntax/testdir/dumps/vim_ex_function_fold_05.dump
+1 −1 runtime/syntax/testdir/dumps/vim_ex_function_fold_06.dump
+1 −1 runtime/syntax/testdir/dumps/vim_ex_function_fold_07.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_01.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_02.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_03.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_04.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_05.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_let_heredoc_06.dump
+1 −1 runtime/syntax/testdir/input/vim_ex_def_fold.vim
+1 −2 runtime/syntax/testdir/input/vim_ex_function_fold.vim
+116 −0 runtime/syntax/testdir/input/vim_ex_let_heredoc.vim
+11 −4 runtime/syntax/vim.vim
+1 −1 src/ex_cmds.c
+1 −2 src/structs.h
+4 −4 src/terminal.c
+2 −0 src/version.c

0 comments on commit fdc3ca5

Please sign in to comment.