-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 8297e2cee...85e3f24be (4): > patch 9.1.1061: tests: test_glvs fails when unarchiver not available > patch 9.1.1060: Vim always enables 'termguicolors' in a terminal > patch 9.1.1059: completion: input text deleted with preinsert when adding leader > patch 9.1.1058: translation(sr): Missing Serbian translation for the tutor https://github.com/vim/vim-appimage/actions/runs/13083493305
- Loading branch information
1 parent
dd957dc
commit 193ab9a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
15 files
+2 −0 | Filelist | |
+8 −3 | runtime/doc/options.txt | |
+990 −0 | runtime/tutor/sr/vim-01-beginner.tutor | |
+45 −0 | runtime/tutor/sr/vim-01-beginner.tutor.json | |
+1 −1 | runtime/tutor/tutor.vim | |
+196 −0 | runtime/tutor/tutor2.sr.utf-8 | |
+10 −4 | src/Makefile | |
+4 −0 | src/globals.h | |
+2 −2 | src/insexpand.c | |
+2 −0 | src/option.c | |
+5 −4 | src/term.c | |
+67 −45 | src/testdir/test_glvs.vim | |
+4 −0 | src/testdir/test_ins_complete.vim | |
+46 −14 | src/testdir/test_termcodes.vim | |
+8 −0 | src/version.c |