-
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 78c5a5abc...ceee7a808 (6): > patch 9.0.1927: patch 1916 (fixed terminal size) not optimal > patch 9.0.1926: Vim9: not enough info in error message > patch 9.0.1925: if_python: still undefined behaviour with function pointer > patch 9.0.1924: LSP server message still wrongly handled (after 9.0.1922) > patch 9.0.1923: curswant wrong on click with 've' and 'wrap' set > runtime(doc): format jumplist examples more consistently (#13137) https://github.com/vim/vim-appimage/actions/runs/6268695532
- Loading branch information
1 parent
927aad1
commit 80b78fd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
19 files
+24 −25 | runtime/doc/motion.txt | |
+9 −10 | src/channel.c | |
+13 −4 | src/drawline.c | |
+1 −1 | src/errors.h | |
+1 −1 | src/eval.c | |
+132 −99 | src/if_py_both.h | |
+5 −5 | src/if_python3.c | |
+4 −0 | src/libvterm/include/vterm.h | |
+4 −4 | src/libvterm/src/screen.c | |
+8 −3 | src/mouse.c | |
+1 −1 | src/optionstr.c | |
+2 −2 | src/screen.c | |
+4 −4 | src/terminal.c | |
+21 −0 | src/testdir/test_channel.vim | |
+47 −19 | src/testdir/test_channel_lsp.py | |
+5 −5 | src/testdir/test_vim9_class.vim | |
+55 −0 | src/testdir/test_virtualedit.vim | |
+10 −0 | src/version.c | |
+2 −2 | src/vim9compile.c |