-
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 bbe5252c2...7724d621f (6): > runtime(vim): Fix indent after :silent! function > patch 9.1.0849: there are a few typos in the source > runtime(netrw): directory symlink not resolved in tree view > runtime(doc): add a table of supported Operating Systems > runtime(tex): update Last Change header in syntax script > runtime(doc): fix typo in g:termdebug_config https://github.com/vim/vim-appimage/actions/runs/11770217265
- Loading branch information
1 parent
68513f3
commit ec95422
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
17 files
+4 −3 | runtime/autoload/dist/vimindent.vim | |
+7 −0 | runtime/autoload/netrw.vim | |
+1 −1 | runtime/doc/Make_mvc.mak | |
+7 −7 | runtime/doc/builtin.txt | |
+2 −2 | runtime/doc/quickfix.txt | |
+2 −2 | runtime/doc/syntax.txt | |
+2 −1 | runtime/doc/tags | |
+2 −2 | runtime/doc/terminal.txt | |
+1 −1 | runtime/doc/version9.txt | |
+34 −1 | runtime/doc/vi_diff.txt | |
+9 −0 | runtime/indent/testdir/vim.in | |
+9 −0 | runtime/indent/testdir/vim.ok | |
+1 −0 | runtime/syntax/tex.vim | |
+1 −1 | src/ex_cmds.c | |
+1 −1 | src/po/Make_mvc.mak | |
+1 −1 | src/testdir/test_diffmode.vim | |
+2 −0 | src/version.c |