zeertzjq
68ca16c376
vim-patch:8.2.3783: confusing error for using a variable as a function
...
Problem: Confusing error for using a variable as a function.
Solution: If a function is not found but there is a variable, give a more
useful error. (issue vim/vim#9310 )
2ef9156b42
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-16 10:15:15 +08:00
zeertzjq
f4d3e279e8
vim-patch:8.2.2977: crash when using a null function reference
...
Problem: Crash when using a null function reference. (Naohiro Ono)
Solution: Check for an invalid function name. (closes vim/vim#8367 )
22db0d549f
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-16 10:15:15 +08:00
zeertzjq
08121ef69f
vim-patch:8.2.2848: crash whn calling partial
...
Problem: Crash whn calling partial.
Solution: Check for NULL pointer. (Dominique Pellé, closes vim/vim#8202 )
fe8ebdbe5c
Co-authored-by: Dominique Pelle <dominique.pelle@gmail.com >
2023-04-16 10:15:15 +08:00
zeertzjq
b29df57ba7
vim-patch:8.2.4361: Vim9: some tests fail
...
Problem: Vim9: some tests fail.
Solution: Fix the tests, mostly by removing "s:".
62b191c387
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-15 17:14:30 +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
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