-
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 f3b68d475...e379e21dd (7): > patch 9.0.1966: configure prints stray 6 when checking libruby > patch 9.0.1965: wrong auto/configure script > patch 9.0.1964: xattr support fails to build on MacOS X > patch 9.0.1963: Configure script may not detect xattr > patch 9.0.1962: No support for writing extended attributes > patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace" > patch 9.0.1960: Make CI checks more strict https://github.com/vim/vim-appimage/actions/runs/6366822736
- Loading branch information
1 parent
55f8b23
commit 0dff89c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
27 files
+2 −0 | .github/workflows/ci.yml | |
+1 −1 | ci/config.mk.clang-12.sed | |
+2 −2 | ci/config.mk.sed | |
+3 −1 | runtime/doc/builtin.txt | |
+8 −1 | runtime/doc/editing.txt | |
+6 −0 | runtime/doc/tags | |
+2 −1 | runtime/doc/various.txt | |
+30 −3 | src/auto/configure | |
+14 −1 | src/bufwrite.c | |
+1 −0 | src/config.h.in | |
+14 −2 | src/configure.ac | |
+9 −1 | src/errors.h | |
+7 −0 | src/evalfunc.c | |
+9 −1 | src/feature.h | |
+3 −0 | src/gui.h | |
+1 −1 | src/if_perl.xs | |
+4 −4 | src/if_py_both.h | |
+3 −3 | src/if_python3.c | |
+1 −1 | src/if_tcl.c | |
+2 −2 | src/option.c | |
+3 −3 | src/optionstr.c | |
+95 −1 | src/os_unix.c | |
+1 −0 | src/proto/os_unix.pro | |
+51 −57 | src/screen.c | |
+6 −4 | src/testdir/test_options.vim | |
+24 −0 | src/testdir/test_writefile.vim | |
+19 −0 | src/version.c |