-
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 f109bf93c...e845b38da (9): > runtime(doc): regenerate xxd manpage > patch 9.0.1946: filename expansion using ** in bash may fail > patch 9.0.1945: Vim9: missing support for ro-vars in interface > runtime(doc): mention mouse scrolling in scrollbind-quickadj (#13190) > runtime(swayconfig): Update syntax file (#13192) > runtime(i3config): update i3config syntax (#13191) > runtime(rmd) Update ftplugin and syntax files (#13193) > patch 9.0.1944: Vim9: function instruction pointer invalidated > translation(sr): Update Serbian messages translation https://github.com/vim/vim-appimage/actions/runs/6333125771
- Loading branch information
1 parent
5f855b9
commit 9509786
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+4 −2 | runtime/doc/editing.txt | |
+3 −3 | runtime/doc/options.txt | |
+8 −7 | runtime/doc/scroll.txt | |
+3 −0 | runtime/doc/tags | |
+6 −6 | runtime/doc/vim9class.txt | |
+64 −58 | runtime/doc/xxd.man | |
+12 −6 | runtime/ftplugin/rmd.vim | |
+78 −88 | runtime/syntax/i3config.vim | |
+73 −20 | runtime/syntax/rmd.vim | |
+75 −53 | runtime/syntax/swayconfig.vim | |
+7 −1 | src/errors.h | |
+1 −2 | src/eval.c | |
+26 −7 | src/os_unix.c | |
+98 −62 | src/po/sr.po | |
+1 −1 | src/proto/vim9instr.pro | |
+19 −0 | src/testdir/test_functions.vim | |
+139 −87 | src/testdir/test_vim9_class.vim | |
+4 −4 | src/testdir/test_vim9_disassemble.vim | |
+50 −0 | src/testdir/test_vim9_script.vim | |
+6 −0 | src/version.c | |
+28 −2 | src/vim9class.c | |
+7 −3 | src/vim9compile.c | |
+8 −5 | src/vim9instr.c |