Commit c3582f8
committed
vim: Import v9.2.0315
* runtime(doc): clarify incsearch feature and typed chars
* 9.2.0315: missing bound-checks
* 9.2.0314: channel: can bind to all network interfaces
* 9.2.0313: Callback channel not registered in GUI
* 9.2.0312: C-type names are marked as translatable
* 9.2.0311: redrawing logic with text properties can be improved
* 9.2.0310: unnecessary work in vim_strchr() and find_term_bykeys()
* 9.2.0309: Missing out-of-memory check to may_get_cmd_block()
* runtime(log): clean up and modernize log syntax
* 9.2.0308: Error message E1547 is wrong
* 9.2.0307: more mismatches between return types and documentation
* 9.2.0306: runtime(tar): some issues with lz4 support
* runtime(vim9): Fix dist#vim9#Open() spaced paths and SIGPIPE crashes
* 9.2.0305: mismatch between return types and documentation
* 9.2.0304: tests: test for 9.2.0285 doesn't always fail without the fix
* 9.2.0303: tests: zip plugin tests don't check for warning message properly
* 9.2.0302: runtime(netrw): RFC2396 decoding double escaping spaces1 parent ac21fd0 commit c3582f8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/dist/vim9.vim+3-9
- runtime/autoload/tar.vim+8-3
- runtime/doc/builtin.txt+53-52
- runtime/doc/channel.txt+10-8
- runtime/doc/options.txt+3-2
- runtime/doc/popup.txt+9-9
- runtime/doc/terminal.txt+9-9
- runtime/doc/testing.txt+12-12
- runtime/doc/textprop.txt+7-5
- runtime/pack/dist/opt/netrw/autoload/netrw.vim+2-2
- runtime/syntax/log.vim+66-68
- src/alloc.c+2
- src/channel.c+45-38
- src/drawline.c+76-24
- src/errors.h+1-1
- src/evalfunc.c+3-3
- src/globals.h+8-8
- src/insexpand.c+2
- src/libvterm/src/vterm.c+7-8
- src/list.c+3
- src/po/de.po+1-25
- src/po/ga.po-24
- src/po/hy.po+1-25
- src/po/it.po-24
- src/po/ja.euc-jp.po+1-25
- src/po/ja.po+1-25
- src/po/ja.sjis.po+1-25
- src/po/sr.po+1-25
- src/po/sv.po+1-25
- src/po/ta.po+1-25
- src/po/tr.po+1-25
- src/po/uk.cp1251.po+1-25
- src/po/uk.po+1-25
- src/po/vim.pot+2-26
- src/po/zh_CN.UTF-8.po+24-40
- src/po/zh_CN.cp936.po+24-40
- src/po/zh_CN.po+23-40
- src/popupwin.c+5
- src/regexp_bt.c+9-9
- src/spell.c+2-2
- src/spellfile.c+1-1
- src/strings.c+10-8
- src/term.c+7
- src/testdir/test_channel.vim+11-1
- src/testdir/test_plugin_netrw.vim+5
- src/testdir/test_plugin_tar.vim+54
- src/testdir/test_plugin_zip.vim+3
- src/testdir/test_syntax.vim+2-2
- src/usercmd.c+2
- src/version.c+28
0 commit comments