Commit 5896f83
committed
vim: Import v9.2.0209
* 9.2.0209: freeze during wildmenu completion
* 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=!
* 9.2.0207: MS-Windows: freeze on second :hardcopy
* 9.2.0206: MS-Window: stripping all CSI sequences
* runtime(doc): disable color codes when generating ascii man pages in Makefile
* 9.2.0205: xxd: Cannot NUL terminate the C include file style
* 9.2.0204: filetype: cps files are not recognized
* 9.2.0203: Patch v9.2.0185 was wrong
* 9.2.0202: [security]: command injection via newline in glob()
* 9.2.0201: filetype: Wireguard config files not recognized
* 9.2.0200: term: DECRQM codes are sent too early
* CI: make dependabot monitor `.github/actions` directory
* 9.2.0199: tests: test_startup.vim fails1 parent 50e1df7 commit 5896f83
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/dependabot.yml+9-1
- runtime/autoload/dist/ft.vim+3-1
- runtime/doc/Makefile+5-5
- runtime/doc/version9.txt+6-2
- runtime/doc/xxd.1+18-1
- runtime/doc/xxd.man+32-20
- runtime/filetype.vim+4-1
- src/ex_getln.c+16
- src/main.c+3
- src/os_mswin.c+7-17
- src/os_unix.c+1-1
- src/os_win32.c+8-1
- src/proto/term.pro+1
- src/screen.c+2-7
- src/structs.h+2
- src/term.c+17-10
- src/terminal.c+4-1
- src/testdir/test_cmdline.vim+17
- src/testdir/test_filetype.vim+2-1
- src/testdir/test_gui.vim+41
- src/testdir/test_startup.vim+1-2
- src/testdir/test_xxd.vim+31
- src/version.c+22
- src/xxd/xxd.c+16-2
0 commit comments