Commit 2ec7dd3
committed
vim: Import v9.1.1081
* 9.1.1081: has('bsd') is true for GNU/Hurd
* 9.1.1080: filetype: Mill files are not recognized
* 9.1.1079: GUI late startup leads to uninitialized scrollbars
* runtime(misc): Add support for lz4 to tar & gzip plugin
* 9.1.1078: Terminal ansi colors off by one after tgc reset
* 9.1.1077: included syntax items do not understand contains=TOP
* 9.1.1076: vim_strnchr() is strange and unnecessary
* 9.1.1075: Vim9: len variable not used in compile_load()
* runtime(vim): Update base-syntax, match :debuggreedy count prefix
* 9.1.1074: Strange error when heredoc marker starts with "trim"
* 9.1.1073: tests: test_compiler fails on Windows without Maven
* 9.1.1072: 'diffopt' "linematch" cannot be used with {n} less than 101 parent c02892a commit 2ec7dd3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/tar.vim+37-105
- runtime/doc/builtin.txt+2-1
- runtime/doc/pi_gzip.txt+5-4
- runtime/filetype.vim+1-1
- runtime/plugin/gzip.vim+31-23
- runtime/plugin/tarPlugin.vim+9-6
- src/evalfunc.c+8-1
- src/gui.c+2-1
- src/libvterm/src/pen.c-3
- src/syntax.c+22-19
- src/term.c+1-1
- src/testdir/dumps/Test_terminal_ansi_reset_tgc.dump+12
- src/testdir/test_filetype.vim+1-1
- src/testdir/test_functions.vim+2
- src/testdir/test_syntax.vim+13-1
- src/testdir/test_terminal.vim+24
- src/version.c+10
- src/vim.h+1
0 commit comments