-
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 3d7e567ea...20e045f78 (7): > patch 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument > patch 9.1.0820: tests: Mac OS tests are too flaky > runtime(awk): Highlight more awk comments in syntax script > runtime(netrw): add missing change for s:redir() > patch 9.1.0819: tests: using findexpr and imported func not tested > runtime(netrw): improve netrw's open-handling further > runtime(netrw): fix syntax error in netrwPlugin.vim https://github.com/vim/vim-appimage/actions/runs/11565368274
- Loading branch information
1 parent
ea0a686
commit 2d9a5c1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
19 files
+1 −1 | .github/workflows/ci.yml | |
+6 −1 | runtime/doc/eval.txt | |
+7 −2 | runtime/doc/options.txt | |
+2 −0 | runtime/doc/tags | |
+22 −22 | runtime/plugin/netrwPlugin.vim | |
+2 −2 | runtime/syntax/awk.vim | |
+20 −0 | runtime/syntax/testdir/dumps/awk_00.dump | |
+9 −0 | runtime/syntax/testdir/input/awk.awk | |
+7 −3 | src/cmdexpand.c | |
+1 −1 | src/errors.h | |
+2 −0 | src/evalvars.c | |
+6 −14 | src/ex_docmd.c | |
+19 −7 | src/testdir/runtest.vim | |
+39 −24 | src/testdir/screendump.vim | |
+2 −0 | src/testdir/test_channel.vim | |
+39 −16 | src/testdir/test_findfile.vim | |
+37 −0 | src/testdir/test_vim9_import.vim | |
+6 −0 | src/version.c | |
+3 −1 | src/vim.h |