-
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 de7f5bde6...1af35631f (8): > patch 9.1.0080: unexpected error for modifying final list using += > patch 9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines > runtime(dosbatch): improve '::' comment highlighting > patch 9.1.0078: GTK3: using wrong style for pre-edit area > CI: skip apt upgrade on github runners (#13975) > CI: Bump codecov/codecov-action from 3 to 4 (#13978) > patch 9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousescroll() > runtime(colors): color names in the v:colornames dict should be lower cased https://github.com/vim/vim-appimage/actions/runs/7808230871
- Loading branch information
1 parent
4d51bd4
commit 731d1a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
24 files
+3 −3 | .github/workflows/ci.yml | |
+11 −1 | runtime/colors/lists/csscolors.vim | |
+10 −0 | runtime/colors/lists/default.vim | |
+2 −2 | runtime/doc/builtin.txt | |
+21 −4 | runtime/doc/eval.txt | |
+11 −7 | runtime/doc/syntax.txt | |
+20 −11 | runtime/syntax/dosbatch.vim | |
+43 −19 | src/drawline.c | |
+3 −2 | src/drawscreen.c | |
+1 −1 | src/eval.c | |
+13 −2 | src/evalvars.c | |
+2 −2 | src/gui_xim.c | |
+0 −4 | src/mouse.c | |
+2 −1 | src/move.c | |
+0 −1 | src/proto/move.pro | |
+20 −0 | src/testdir/dumps/Test_relnr_colors_wrapped_1.dump | |
+20 −0 | src/testdir/dumps/Test_relnr_colors_wrapped_2.dump | |
+20 −0 | src/testdir/dumps/Test_relnr_colors_wrapped_3.dump | |
+20 −0 | src/testdir/dumps/Test_relnr_colors_wrapped_4.dump | |
+20 −0 | src/testdir/dumps/Test_relnr_colors_wrapped_5.dump | |
+30 −2 | src/testdir/test_number.vim | |
+97 −0 | src/testdir/test_vim9_assign.vim | |
+8 −0 | src/version.c | |
+1 −0 | src/vim.h |