-
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 e6d8b4662...fef663016 (4): > patch 9.1.0065: Segfault with CompleteChanged autocommand > patch 9.1.0064: No Wayland support > patch 9.1.0063: GTK code can be improved > patch 9.1.0062: Internal error when :luado/perldo/pydo etc delete lines https://github.com/vim/vim-appimage/actions/runs/7704602105
- Loading branch information
1 parent
27b5833
commit caa44e3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
28 files
+5 −3 | runtime/doc/builtin.txt | |
+2 −1 | src/clipboard.c | |
+4 −1 | src/gui.c | |
+1 −0 | src/gui.h | |
+1 −0 | src/gui_beval.c | |
+185 −75 | src/gui_gtk_x11.c | |
+4 −1 | src/if_lua.c | |
+1 −1 | src/if_perl.xs | |
+2 −1 | src/if_py_both.h | |
+1 −1 | src/if_ruby.c | |
+2 −1 | src/if_tcl.c | |
+2 −1 | src/insexpand.c | |
+2 −3 | src/os_unix.c | |
+1 −1 | src/proto/gui_gtk_x11.pro | |
+8 −0 | src/testdir/check.vim | |
+1 −1 | src/testdir/test_clientserver.vim | |
+3 −1 | src/testdir/test_gui.vim | |
+15 −1 | src/testdir/test_ins_complete.vim | |
+19 −3 | src/testdir/test_lua.vim | |
+16 −1 | src/testdir/test_perl.vim | |
+16 −1 | src/testdir/test_python2.vim | |
+16 −1 | src/testdir/test_python3.vim | |
+2 −2 | src/testdir/test_quotestar.vim | |
+16 −1 | src/testdir/test_ruby.vim | |
+11 −5 | src/testdir/test_startup.vim | |
+16 −1 | src/testdir/test_tcl.vim | |
+1 −1 | src/testdir/test_vim9_builtin.vim | |
+8 −0 | src/version.c |