-
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 9771b2a67...7879bc5c1 (4): > patch 9.0.2003: xxd: compilation warning > runtime: make command name for &iskeywordprg more unique (#13297) > patch 9.0.2002: Vim9: need cleanup of class related interface code > translation(it): updated translation of xxd manpage https://github.com/vim/vim-appimage/actions/runs/6451053682
- Loading branch information
1 parent
4f0d971
commit 82c71b6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
18 files
+4 −2 | runtime/doc/xxd-it.1 | |
+4 −2 | runtime/doc/xxd-it.UTF-8.1 | |
+6 −6 | runtime/ftplugin/gpg.vim | |
+6 −6 | runtime/ftplugin/modconf.vim | |
+6 −6 | runtime/ftplugin/muttrc.vim | |
+5 −5 | runtime/ftplugin/readline.vim | |
+6 −6 | runtime/ftplugin/sshconfig.vim | |
+6 −6 | runtime/ftplugin/sudoers.vim | |
+6 −5 | runtime/ftplugin/systemd.vim | |
+6 −6 | runtime/ftplugin/udevrules.vim | |
+6 −6 | runtime/ftplugin/zsh.vim | |
+0 −4 | src/proto/vim9class.pro | |
+51 −6 | src/testdir/test_vim9_class.vim | |
+4 −0 | src/version.c | |
+189 −239 | src/vim9class.c | |
+1 −1 | src/vim9cmds.c | |
+23 −6 | src/vim9compile.c | |
+2 −2 | src/xxd/xxd.c |