summaryrefslogtreecommitdiffstatshomepage
path: root/test/old/testdir/test_source_utf8.vim
AgeCommit message (Collapse)AuthorFiles
2024-07-18vim-patch:partial:9.0.0719: too many delete() calls in testszeertzjq1
Problem: Too many delete() calls in tests. Solution: Use deferred delete where possible. https://github.com/vim/vim/commit/56564964e6d0956c29687e8a10cb94fe42f5c097 This includes all changes expect changes in test_startup.vim. Co-authored-by: Bram Moolenaar <Bram@vim.org>
2023-03-07test: move oldtests to test directory (#22536)dundargoc1
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'.