-
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 28d3941ed...bbe5252c2 (9): > runtime(vim): Update base-syntax, improve :normal highlighting > runtime(tex): add Number highlighting to syntax file > runtime(doc): Tweak documentation style a bit > patch 9.1.0848: if_lua: v:false/v:true are not evaluated to boolean > runtime(dune): use :setl instead of :set in ftplugin > runtime(termdebug): allow to use decimal signs > translation(it): Updated Italian vimtutor > runtime(compiler): improve cppcheck > git: git-blame-ignore-revs shown as an error on Github https://github.com/vim/vim-appimage/actions/runs/11760913620
- Loading branch information
1 parent
69b6ec2
commit 68513f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
26 files
+3 −2 | .git-blame-ignore-revs | |
+2 −2 | runtime/compiler/cppcheck.vim | |
+2 −2 | runtime/defaults.vim | |
+4 −4 | runtime/doc/builtin.txt | |
+3 −3 | runtime/doc/filetype.txt | |
+3 −3 | runtime/doc/if_pyth.txt | |
+19 −19 | runtime/doc/pattern.txt | |
+2 −2 | runtime/doc/pi_netrw.txt | |
+7 −7 | runtime/doc/pi_tutor.txt | |
+29 −28 | runtime/doc/syntax.txt | |
+8 −4 | runtime/doc/terminal.txt | |
+2 −2 | runtime/doc/undo.txt | |
+70 −25 | runtime/doc/vimtutor-it.1 | |
+70 −25 | runtime/doc/vimtutor-it.UTF-8.1 | |
+2 −1 | runtime/ftplugin/dune.vim | |
+5 −0 | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | |
+8 −7 | runtime/syntax/generator/vim.vim.base | |
+20 −0 | runtime/syntax/testdir/dumps/vim_ex_normal_00.dump | |
+20 −0 | runtime/syntax/testdir/dumps/vim_ex_normal_01.dump | |
+20 −0 | runtime/syntax/testdir/input/vim_ex_normal.vim | |
+8 −6 | runtime/syntax/tex.vim | |
+7 −6 | runtime/syntax/vim.vim | |
+1 −1 | src/if_lua.c | |
+4 −4 | src/testdir/test_lua.vim | |
+1 −1 | src/testdir/test_python3.vim | |
+2 −0 | src/version.c |