Commit 0b8b3b0
committed
vim: Import v9.2.0119
* 9.2.0119: incorrect highlight initialization in win_init()
* 9.2.0118: memory leak in w_hl when reusing a popup window
* 9.2.0117: tests: test_wayland.vim fails
* 9.2.0116: terminal: synchronized output sequences are buffered
* runtime(docs): Update CONTRIBUTING.md and mention #vim on libera
* 9.2.0115: popup: screen flickering possible during async callbacks
* runtime(sed): Update syntax, support more GNU address extensions
* 9.2.0114: MS-Windows: terminal output may go to wrong terminal
* runtime(doc): remove thoughts of generics for a function
* 9.2.0113: winhighlight pointer may be used uninitialized1 parent e0de08e commit 0b8b3b0
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- CONTRIBUTING.md+4-2
- runtime/doc/vim9class.txt+1-2
- runtime/syntax/sed.vim+64-14
- runtime/syntax/testdir/dumps/sed_00.dump+20
- runtime/syntax/testdir/dumps/sed_01.dump+20
- runtime/syntax/testdir/dumps/sed_02.dump+20
- runtime/syntax/testdir/dumps/sed_03.dump+20
- runtime/syntax/testdir/input/sed.sed+65
- src/drawscreen.c+3
- src/term.c+5-4
- src/terminal.c+9
- src/testdir/test_wayland.vim+5
- src/version.c+14
- src/window.c+5
0 commit comments