-
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 ae3cfa47d...f5a94d516 (7): > patch 9.0.2032: cannot get mouse click pos for tab or virt text > runtime(doc): correct <PageUp>/<PageDown> behavior in 'wildmenu' (#13336) > patch 9.0.2031: TextChangedI may be triggered by non-insert mode change > patch 9.0.2030: no max callback recursion limit > patch 9.0.2029: Vim9: no support for partials using call() > patch 9.0.2028: confusing build dependencies > patch 9.0.2027: Vim9: no support for bitwise operators in lambda funcs https://github.com/vim/vim-appimage/actions/runs/6527589464
- Loading branch information
1 parent
628b5be
commit ea745b8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
18 files
+2 −0 | runtime/doc/builtin.txt | |
+1 −1 | runtime/doc/index.txt | |
+4 −3 | runtime/doc/options.txt | |
+13 −10 | src/Makefile | |
+1 −1 | src/beval.c | |
+4 −0 | src/edit.c | |
+20 −14 | src/eval.c | |
+30 −29 | src/link.sh | |
+7 −5 | src/mouse.c | |
+1 −1 | src/move.c | |
+1 −1 | src/proto/mouse.pro | |
+17 −6 | src/testdir/test_autocmd.vim | |
+44 −0 | src/testdir/test_expr.vim | |
+31 −0 | src/testdir/test_functions.vim | |
+12 −6 | src/testdir/test_popupwin.vim | |
+69 −0 | src/testdir/test_vim9_class.vim | |
+19 −0 | src/userfunc.c | |
+12 −0 | src/version.c |