-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 4b0018fec...424da590e (15): > runtime(doc): Renamed "makefile_*.mak" for Vim documentation (#13517) > runtime(lynx): Update for Lynx 2.8.9 (#13510) > runtime(vim): Improve :let-heredoc syntax highlighting (#12923) > patch 9.0.2100: CI: test_termdebug fails > runtime(doc): clarify when formatoptions applies > runtime(i3config): Update for i3 4.23 (#13522) > patch 9.0.2099: win32: terminal codes clear the terminal > runtime(doc): Update usr_51.txt to be more inclusive (#13496) > runtime(doc): Add missing null_<type> help tags (#13498) > CI: labeler.yml use all instead of any for doc detection (#13507) > patch 9.0.2098: No filetype support for xcompose files > runtime(doc): clarify `:help inclusion` section > CI: labeler.yml: Add some more component detection rules (#13511) > patch 9.0.2097: No support for cypher files > patch 9.0.2096: Vim9: confusing usage of private https://github.com/vim/vim-appimage/actions/runs/6837589134
- Loading branch information
1 parent
075f383
commit a7c5692
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
30 files
+2 −0 | .github/CODEOWNERS | |
+44 −1 | .github/labeler.yml | |
+1 −1 | runtime/doc/Make_all.mak | |
+99 −103 | runtime/doc/Make_mvc.mak | |
+5 −6 | runtime/doc/Makefile | |
+18 −10 | runtime/doc/helphelp.txt | |
+5 −4 | runtime/doc/options.txt | |
+8 −2 | runtime/doc/tags | |
+8 −8 | runtime/doc/usr_51.txt | |
+3 −2 | runtime/doc/vim9.txt | |
+49 −36 | runtime/doc/vim9class.txt | |
+6 −0 | runtime/filetype.vim | |
+2 −2 | runtime/ftplugin/lynx.vim | |
+13 −0 | runtime/ftplugin/xcompose.vim | |
+3 −3 | runtime/syntax/i3config.vim | |
+43 −32 | runtime/syntax/lynx.vim | |
+2 −1 | runtime/syntax/vim.vim | |
+37 −0 | runtime/syntax/xcompose.vim | |
+8 −8 | src/errors.h | |
+1 −1 | src/eval.c | |
+3 −0 | src/os_win32.c | |
+2 −0 | src/testdir/test_filetype.vim | |
+14 −8 | src/testdir/test_termdebug.vim | |
+97 −97 | src/testdir/test_vim9_class.vim | |
+1 −1 | src/textformat.c | |
+10 −0 | src/version.c | |
+7 −7 | src/vim9class.c | |
+3 −3 | src/vim9compile.c | |
+1 −1 | src/vim9execute.c | |
+5 −5 | src/vim9expr.c |