Commit 7318c9c
committed
vim: Import v9.2.0407
* 9.2.0407: tabpanel: A few issues with the tabpanel
* 9.2.0406: VisualNOS not used when Wayland selection ownership lost
* 9.2.0405: when jumping to tags, will open URLs
* 9.2.0404: redraw_listener_add() does not check secure flag
* 9.2.0403: Vim9: def function sandbox bypass
* 9.2.0402: pum: opacity not applied to wildmenu pum
* 9.2.0401: tests: still a few flaky tests
* 9.2.0400: sandbox callbacks selected through 'complete'
* 9.2.0399: MS-Windows: compile warning in strptime.c
* runtime(doc): fix :z command description again1 parent 1076c7b commit 7318c9c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/builtin.txt+9-1
- runtime/doc/options.txt+10-18
- runtime/doc/syntax.txt+3-2
- runtime/doc/tabpage.txt+18-18
- runtime/doc/tags+1
- runtime/doc/tagsrch.txt+3
- runtime/doc/various.txt+3-3
- runtime/doc/version9.txt+3-3
- src/cmdexpand.c+2
- src/drawline.c+4-5
- src/drawscreen.c+3
- src/errors.h+2
- src/insexpand.c+14
- src/optionstr.c+1-1
- src/po/vim.pot+4-1
- src/popupmenu.c+5-1
- src/proto/tabpanel.pro+1
- src/strptime.c+25-4
- src/tabpanel.c+80-43
- src/tag.c+9
- src/testdir/dumps/Test_tabpanel_drawing_2_0.dump+10-10
- src/testdir/dumps/Test_tabpanel_drawing_2_1.dump+10-10
- src/testdir/dumps/Test_tabpanel_many_tabpages_4.dump+8-8
- src/testdir/test_functions.vim+37
- src/testdir/test_listener.vim+11
- src/testdir/test_messages.vim+3-1
- src/testdir/test_modeline.vim+55
- src/testdir/test_options.vim+6
- src/testdir/test_tabpanel.vim+93-28
- src/testdir/test_tagjump.vim+11
- src/testdir/util/gen_opt_test.vim+4-2
- src/userfunc.c+7
- src/version.c+18
- src/vim9execute.c+6
- src/window.c+3
0 commit comments