Commit 4c28c8e
committed
vim: Import v8.2.0303
* 8.2.0303: TermChanged test fails in the GUI
* 8.2.0302: setting 'term' may cause error in TermChanged autocommand
* 8.2.0301: insufficient testing for exception handling
* 8.2.0300: Vim9: expression test fails without channel support
* 8.2.0299: Vim9: ISN_STORE with argument not tested
* 8.2.0298: Vim9 script: cannot start command with a string constant
* 8.2.0297: compiler warnings for the Ruby interface
* 8.2.0296: mixing up "long long" and __int64 may cause problems1 parent 81a9184 commit 4c28c8e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/eval.txt+7-2
- runtime/doc/testing.txt+7
- runtime/doc/various.txt+4-2
- runtime/doc/vim9.txt+5-3
- src/eval.c+1-1
- src/evalfunc.c+2
- src/evalvars.c+3-1
- src/ex_docmd.c+4-2
- src/fileio.c+2-2
- src/if_ruby.c+10-2
- src/json.c+1-1
- src/message.c+7-7
- src/ops.c+20-24
- src/proto/testing.pro+2
- src/structs.h+31-21
- src/term.c+8-5
- src/testdir/test_autocmd.vim+22
- src/testdir/test_eval_stuff.vim+6
- src/testdir/test_swap.vim+26
- src/testdir/test_trycatch.vim+171-6
- src/testdir/test_vim9_disassemble.vim+17
- src/testdir/test_vim9_expr.vim+19
- src/testdir/test_vim9_script.vim+5
- src/testing.c+12
- src/version.c+16
- src/vim.h+26-35
- src/vim9compile.c+1-12
0 commit comments