-
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 3770574e4...e21469271 (5): > patch 9.0.2127: translation Makefiles can be improved > patch 9.0.2126: unused assignments when checking 'listchars' > patch 9.0.2125: File info disappears when 'cmdheight' has decreased > patch 9.0.2124: INT overflow detection logic can be simplified > patch 9.0.2123: Problem with initializing the length of range() lists https://github.com/vim/vim-appimage/actions/runs/6975558942
- Loading branch information
1 parent
40d9a78
commit c824b3c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
20 files
+3 −0 | Filelist | |
+3 −6 | src/cindent.c | |
+4 −1 | src/evalfunc.c | |
+4 −0 | src/list.c | |
+3 −0 | src/message.c | |
+8 −0 | src/misc1.c | |
+4 −7 | src/ops.c | |
+484 −21 | src/po/Make_mvc.mak | |
+79 −26 | src/po/Makefile | |
+4 −2 | src/po/README.txt | |
+1 −1 | src/po/README_mingw.txt | |
+10 −5 | src/po/README_mvc.txt | |
+58 −0 | src/po/big5corr.c | |
+2 −2 | src/po/sjiscorr.c | |
+1 −0 | src/proto/misc1.pro | |
+1 −6 | src/screen.c | |
+3 −0 | src/testdir/test_functions.vim | |
+5 −0 | src/testdir/test_listchars.vim | |
+23 −0 | src/testdir/test_messages.vim | |
+10 −0 | src/version.c |