zeertzjq
eaccd0decd
vim-patch:9.0.1392: using NULL pointer with nested :open command ( #22583 )
...
Problem: Using NULL pointer with nested :open command.
Solution: Check that ccline.cmdbuff is not NULL.
7ac5023a5f
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-03-09 08:15:06 +08:00
zeertzjq
06aed7c177
vim-patch:8.2.3741: using freed memory in open command ( #22568 )
...
Problem: Using freed memory in open command.
Solution: Make a copy of the current line.
e031fe90cf
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-03-08 11:17:49 +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