zeertzjq
c6ebcd523d
vim-patch:9.0.0104: going beyond allocated memory when evaluating string constant
...
Problem: Going beyond allocated memory when evaluating string constant.
Solution: Properly skip over <Key> form.
1e56bda904
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-15 19:01:24 +08:00
zeertzjq
85741677c8
vim-patch:8.2.0634: crash with null partial and blob
...
Problem: Crash with null partial and blob.
Solution: Check for NULL pointer. Add more tests. (Yegappan Lakshmanan,
closes vim/vim#5984 )
92b83ccfda
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-15 13:48:30 +08:00
zeertzjq
4b49f312a0
vim-patch:8.2.0633: crash when using null partial in filter()
...
Problem: Crash when using null partial in filter().
Solution: Fix crash. Add more tests. (Yegappan Lakshmanan, closes vim/vim#5976 )
9d8d0b5c64
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-15 13:31:10 +08:00
zeertzjq
3d80392cab
vim-patch:8.2.0104: using channel or job with ":execute" has strange effects
...
Problem: Using channel or job with ":execute" has strange effects.
Solution: Give an error message for Job and Channel.
b662591e50
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-15 13:17:20 +08:00
dundargoc
af23d17388
test: move oldtests to test directory ( #22536 )
...
The new oldtest directory is in test/old/testdir. The reason for this is
that many tests have hardcoded the parent directory name to be
'testdir'.
2023-03-07 11:13:04 +08:00