-
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 ded1677dd...c6ed81676 (11): > runtime(yaml): do not re-indent when commenting out lines > patch 9.1.0678: [security]: use-after-free in alist_add() > patch 9.1.0677: :keepp does not retain the substitute pattern > translation(ja): Update Japanese translations to latest release > runtime(netrw): Drop committed trace lines > runtime(netrw): Error popup not always used > runtime(netrw): ErrorMsg() may throw E121 > runtime(tutor): update Makefile and make it portable between GNU and BSD > translation: improve the po/cleanup.vim script > runtime(lang): update Makefile and make it portable between GNU and BSD > patch 9.1.0676: style issues with man pages https://github.com/vim/vim-appimage/actions/runs/10412845680
- Loading branch information
1 parent
42d3284
commit eb6a90a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
33 files
+11 −59 | runtime/autoload/netrw.vim | |
+2 −2 | runtime/doc/cmdline.txt | |
+6 −2 | runtime/doc/evim.1 | |
+5 −4 | runtime/doc/evim.man | |
+2 −1 | runtime/doc/version9.txt | |
+68 −23 | runtime/doc/vim-ja.UTF-8.1 | |
+83 −78 | runtime/doc/vim.1 | |
+127 −126 | runtime/doc/vim.man | |
+1 −1 | runtime/doc/vimdiff.1 | |
+1 −1 | runtime/doc/vimdiff.man | |
+8 −4 | runtime/doc/vimtutor.1 | |
+5 −4 | runtime/doc/vimtutor.man | |
+4 −1 | runtime/doc/xxd-ja.UTF-8.1 | |
+31 −26 | runtime/doc/xxd.1 | |
+27 −24 | runtime/doc/xxd.man | |
+3 −2 | runtime/indent/yaml.vim | |
+46 −46 | runtime/lang/Makefile | |
+26 −26 | runtime/tutor/Makefile | |
+6 −0 | src/arglist.c | |
+2 −2 | src/buffer.c | |
+5 −4 | src/ex_cmds.c | |
+6 −6 | src/po/cleanup.vim | |
+125 −52 | src/po/ja.euc-jp.po | |
+125 −52 | src/po/ja.po | |
+125 −52 | src/po/ja.sjis.po | |
+1 −0 | src/proto/window.pro | |
+1 −1 | src/structs.h | |
+2 −2 | src/terminal.c | |
+23 −0 | src/testdir/test_arglist.vim | |
+10 −5 | src/testdir/test_substitute.vim | |
+8 −8 | src/testdir/test_xxd.vim | |
+6 −0 | src/version.c | |
+19 −10 | src/window.c |