Commit 7ad9249
committed
vim: Import v9.2.0061
* 9.2.0061: Not possible to know when a session will be loaded
* 9.2.0060: No support for the DAP channel mode
* 9.2.0059: memory leak in fill_assert_error
* 9.2.0058: Compile error in did_set_previewpopup()
* 9.2.0057: memory leak in exe_newdict()
* 9.2.0056: memory leak in ex_substitute
* 9.2.0055: memory leak in ExpandFromContext()
* 9.2.0054: eval_addblob() is inefficient
* 9.2.0053: Vims list concatenation is inefficient
* 9.2.0052: Wayland: hiding lower half of command line in tiny vim1 parent ae7d90f commit 7ad9249
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/autocmd.txt+5-1
- runtime/doc/channel.txt+49-15
- runtime/doc/options.txt+2-1
- runtime/doc/starting.txt+3-3
- runtime/doc/tags+2
- runtime/doc/version9.txt+7-1
- src/autocmd.c+1
- src/blob.c+9-9
- src/channel.c+110-54
- src/cmdexpand.c+3-1
- src/eval.c+17-5
- src/ex_cmds.c+3
- src/gui_gtk_x11.c+7
- src/job.c+2
- src/list.c+62-17
- src/optionstr.c+2
- src/session.c+4
- src/structs.h+3-1
- src/testdir/test_autocmd.vim+65
- src/testdir/test_channel.vim+58
- src/testdir/test_channel_dap.py+135
- src/testing.c+6
- src/version.c+20
- src/vim.h+1
- src/vim9execute.c+1
0 commit comments