Commit ec78d9f
committed
vim: Import v9.2.0131
* 9.2.0131: potential buffer overflow in regdump()
* 9.2.0130: missing range flags for the :tab command
* 9.2.0129: popup: wrong handling of wide-chars and opacity:0
* 9.2.0128: Wayland: using _Boolean instead of bool type
* 9.2.0127: line('w0') and line('w$') return wrong values in a terminal
* 9.2.0126: String handling can be improved1 parent 0a01255 commit ec78d9f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/eval.c+8
- src/evalvars.c+14-10
- src/ex_cmds.c+12-10
- src/ex_cmds.h+2-2
- src/ex_eval.c+10-6
- src/fold.c+1-1
- src/getchar.c+19-17
- src/gui_gtk_x11.c+1-1
- src/highlight.c+20-13
- src/if_xcmdsrv.c+5-2
- src/main.c+5-2
- src/message.c+14-10
- src/normal.c+3-3
- src/option.c+26-18
- src/optionstr.c+14-11
- src/popupwin.c+52-16
- src/proto/terminal.pro+1
- src/regexp.h+3
- src/regexp_bt.c+15-4
- src/screen.c+98-47
- src/tag.c+5-2
- src/terminal.c+1-1
- src/testdir/dumps/Test_popupwin_opacity_zero_01.dump+10
- src/testdir/dumps/Test_popupwin_opacity_zero_02.dump+10
- src/testdir/test_popupwin.vim+36
- src/testdir/test_terminal3.vim+43
- src/version.c+12
0 commit comments