-
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 f27e80a6e...8dc98bf42 (4): > runtime(chordpro): update syntax script > patch 9.1.0983: not able to get the displayed items in complete_info() > runtime(doc): use standard SGR format at :h xterm-true-color > patch 9.1.0982: TI linker files are not recognized https://github.com/vim/vim-appimage/actions/runs/12565712893
- Loading branch information
1 parent
5205307
commit a81a516
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
13 files
+8 −3 | runtime/doc/builtin.txt | |
+2 −1 | runtime/doc/insert.txt | |
+6 −5 | runtime/doc/term.txt | |
+3 −1 | runtime/doc/version9.txt | |
+11 −3 | runtime/filetype.vim | |
+14 −0 | runtime/ftplugin/lnk.vim | |
+2 −1 | runtime/syntax/chordpro.vim | |
+77 −0 | runtime/syntax/cmacro.vim | |
+40 −0 | runtime/syntax/lnk.vim | |
+20 −6 | src/insexpand.c | |
+21 −0 | src/testdir/test_filetype.vim | |
+44 −0 | src/testdir/test_ins_complete.vim | |
+4 −0 | src/version.c |