-
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 e3b6c78dd...1bed993c0 (5): > patch 9.0.1826: keytrans() doesn't translate recorded key typed in a GUI > patch 9.0.1825: wrong cursor position with virt text and 'linebreak' > patch 9.0.1824: Vim9: private members may be modifiable > runtime: cleanup :Sman command via the undo_ftplugin mechanism (#12967) > patch 9.0.1823: Autoconf 2.69 too old https://github.com/vim/vim-appimage/actions/runs/6031654550
- Loading branch information
1 parent
cc5d7f2
commit b62add9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
22 files
+0 −2 | runtime/doc/todo.txt | |
+1 −1 | runtime/ftplugin/gpg.vim | |
+1 −1 | runtime/ftplugin/modconf.vim | |
+1 −1 | runtime/ftplugin/muttrc.vim | |
+1 −1 | runtime/ftplugin/readline.vim | |
+1 −1 | runtime/ftplugin/sshconfig.vim | |
+1 −1 | runtime/ftplugin/sudoers.vim | |
+1 −1 | runtime/ftplugin/systemd.vim | |
+1 −1 | runtime/ftplugin/udevrules.vim | |
+1 −1 | runtime/ftplugin/zsh.vim | |
+1 −4 | src/Makefile | |
+5,970 −4,865 | src/auto/configure | |
+54 −59 | src/charset.c | |
+2 −4 | src/configure.ac | |
+10 −2 | src/message.c | |
+6 −0 | src/testdir/dumps/Test_prop_inserts_text_before_linebreak_1.dump | |
+6 −0 | src/testdir/dumps/Test_prop_inserts_text_before_linebreak_2.dump | |
+5 −0 | src/testdir/test_gui.vim | |
+19 −0 | src/testdir/test_textprop.vim | |
+33 −0 | src/testdir/test_vim9_class.vim | |
+8 −0 | src/version.c | |
+9 −0 | src/vim9compile.c |