-
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 90a800274...700cf8cfa (9): > patch 9.1.0586: ocaml runtime files are outdated > runtime(termdebug): fix a few issues > patch 9.1.0585: tests: test_cpoptions leaves swapfiles around > patch 9.1.0584: Warning about redeclaring f_id() non-static > runtime(doc): Add hint how to load termdebug from vimrc > runtime(doc): document global insert behavior > patch 9.1.0583: filetype: *.pdf_tex files are not recognized > patch 9.1.0582: Printed line doesn't overwrite colon when pressing Enter in Ex mode > patch 9.1.0581: Various lines are indented inconsistently https://github.com/vim/vim-appimage/actions/runs/9932131805
- Loading branch information
1 parent
5aa6219
commit 08e537f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
33 files
+2 −2 | runtime/doc/index.txt | |
+9 −2 | runtime/doc/insert.txt | |
+3 −1 | runtime/doc/terminal.txt | |
+5 −2 | runtime/filetype.vim | |
+2 −2 | runtime/indent/ocaml.vim | |
+3 −7 | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | |
+3 −0 | runtime/syntax/dune.vim | |
+341 −66 | runtime/syntax/ocaml.vim | |
+44 −8 | runtime/syntax/opam.vim | |
+14 −14 | src/charset.c | |
+1 −1 | src/eval.c | |
+3 −3 | src/evalfunc.c | |
+13 −7 | src/ex_docmd.c | |
+1 −1 | src/fileio.c | |
+2 −2 | src/getchar.c | |
+2 −2 | src/globals.h | |
+1 −1 | src/gui.c | |
+2 −2 | src/gui_gtk_x11.c | |
+1 −1 | src/indent.c | |
+1 −1 | src/memline.c | |
+1 −1 | src/normal.c | |
+2 −2 | src/os_mswin.c | |
+3 −3 | src/os_unix.c | |
+1 −1 | src/popupmenu.c | |
+2 −2 | src/search.c | |
+2 −2 | src/tag.c | |
+37 −37 | src/testdir/test_cpoptions.vim | |
+9 −3 | src/testdir/test_ex_mode.vim | |
+3 −3 | src/testdir/test_filetype.vim | |
+3 −3 | src/testdir/test_taglist.vim | |
+12 −0 | src/version.c | |
+5 −5 | src/vim9class.c | |
+1 −1 | src/vim9expr.c |