-
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 075ad7047...c4ffeddfe (9): > patch 9.0.2134: ml_get error when scrolling > patch 9.0.2133: Cannot detect overstrike mode in Cmdline mode > patch 9.0.2132: Duplicate Netbeans Error Message > patch 9.0.2131: not all nushell files detected > translation(de): Updated German translations (#13585) > runtime(nginx): add additional nginx keywords (#13581) > runtime(tutor): add Make_mvc.mak file for tutor (#13580) > translation(ru): updated Russian translations for tutorials (#13579) > translation(it): updated Italian translation https://github.com/vim/vim-appimage/actions/runs/7012640713
- Loading branch information
1 parent
04fc471
commit c03324e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
29 files
+2 −0 | Filelist | |
+2 −0 | runtime/doc/builtin.txt | |
+2 −2 | runtime/doc/netbeans.txt | |
+0 −1 | runtime/doc/tags | |
+1 −1 | runtime/filetype.vim | |
+3 −1 | runtime/syntax/nginx.vim | |
+33 −0 | runtime/tutor/Make_all.mak | |
+295 −0 | runtime/tutor/Make_mvc.mak | |
+12 −26 | runtime/tutor/Makefile | |
+39 −0 | runtime/tutor/README.ru.utf-8.txt | |
+605 −612 | runtime/tutor/tutor.ru | |
+605 −612 | runtime/tutor/tutor.ru.cp1251 | |
+605 −612 | runtime/tutor/tutor.ru.utf-8 | |
+1 −2 | src/errors.h | |
+5 −2 | src/ex_getln.c | |
+2 −0 | src/misc1.c | |
+1 −1 | src/netbeans.c | |
+386 −247 | src/po/de.po | |
+229 −100 | src/po/it.po | |
+10 −0 | src/testdir/dumps/Test_delete_ml_get_errors_1.dump | |
+12 −0 | src/testdir/dumps/Test_mode_1.dump | |
+12 −0 | src/testdir/dumps/Test_mode_2.dump | |
+601 −0 | src/testdir/samples/box.txt | |
+234 −0 | src/testdir/samples/matchparen.vim | |
+23 −0 | src/testdir/test_delete.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+16 −0 | src/testdir/test_functions.vim | |
+8 −0 | src/version.c | |
+5 −1 | src/window.c |