-
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 015c84ce5...0fe17f8ff (8): > patch 9.1.0771: completion attribute hl_group is confusing > patch 9.1.0770: current command line completion is a bit limited > patch 9.1.0769: filetype: MLIR files are not recognized > patch 9.1.0768: MS-Windows: incorrect cursor position when restoring screen > runtime(nasm): Update nasm syntax script > patch 9.1.0767: A condition is always true in ex_getln.c > runtime(skill): Update syntax file to fix string escapes > runtime(help): highlight CTRL-<Key> correctly https://github.com/vim/vim-appimage/actions/runs/11246305496
- Loading branch information
1 parent
d036630
commit ae734ad
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
31 files
+14 −2 | runtime/doc/builtin.txt | |
+4 −4 | runtime/doc/insert.txt | |
+3 −1 | runtime/doc/map.txt | |
+1 −0 | runtime/doc/tags | |
+2 −0 | runtime/doc/usr_41.txt | |
+4 −1 | runtime/doc/version9.txt | |
+3 −0 | runtime/filetype.vim | |
+10 −0 | runtime/ftplugin/mlir.vim | |
+2 −1 | runtime/syntax/help.vim | |
+806 −203 | runtime/syntax/nasm.vim | |
+3 −2 | runtime/syntax/skill.vim | |
+7 −7 | runtime/syntax/vim.vim | |
+4 −2 | src/cmdexpand.c | |
+2 −0 | src/evalfunc.c | |
+45 −9 | src/ex_getln.c | |
+17 −15 | src/insexpand.c | |
+9 −2 | src/os_win32.c | |
+22 −12 | src/popupmenu.c | |
+1 −0 | src/proto/ex_getln.pro | |
+8 −9 | src/structs.h | |
+2 −2 | src/testdir/dumps/Test_pum_highlights_12.dump | |
+2 −2 | src/testdir/dumps/Test_pum_highlights_13.dump | |
+2 −2 | src/testdir/dumps/Test_pum_highlights_14.dump | |
+3 −3 | src/testdir/dumps/Test_pum_highlights_16.dump | |
+66 −8 | src/testdir/test_cmdline.vim | |
+1 −0 | src/testdir/test_filetype.vim | |
+1 −1 | src/testdir/test_mapping.vim | |
+4 −4 | src/testdir/test_popup.vim | |
+2 −2 | src/usercmd.c | |
+10 −0 | src/version.c | |
+1 −0 | src/vim.h |