Commit 2c5f4c0
committed
vim: Import v9.2.0284
* runtime(preproc_indent): Ignore Swapfiles when loading buffers
* 9.2.0284: tabpanel: crash when tabpanel expression returns variable line count
* runtime(sh): Keep function name patterns engine neutral
* 9.2.0283: unnecessary (int) casts before alloc() calls
* runtime(doc): clarify term_start() I/O behavior for Unix pty and MS-Windows ConPTY
* 9.2.0282: tests: Test_viminfo_len_overflow() fails
* 9.2.0281: tests: Test_netrw_FileUrlEdit.. fails on Windows
* 9.2.0280: [security]: path traversal issue in zip.vim
* 9.2.0279: terminal: out-of-bounds write with overlong CSI argument list
* 9.2.0278: viminfo: heap buffer overflow when reading viminfo file
* runtime(netrw): use fnameescape() with FileUrlEdit()
* SECURITY.md: clarify the use of AI
* runtime(racket): Make visual K mapping more robust for shell injection
* 9.2.0277: tests: test_modeline.vim fails1 parent 9ff5c65 commit 2c5f4c0
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/terminal.txt+21-4
- runtime/syntax/sh.vim+9-8
- runtime/tools/preproc_indent.vim+2-2
- src/ex_getln.c+5-5
- src/memline.c+1-1
- src/popupwin.c+1-1
- src/screen.c+1
- src/session.c+1-1
- src/tabpanel.c+1-1
- src/terminal.c+1-1
- src/testdir/test_plugin_netrw.vim+1
- src/testdir/test_tabpanel.vim+31
- src/testdir/test_viminfo.vim+7-2
- src/version.c+8
- src/vim9expr.c+1-1
0 commit comments