summaryrefslogtreecommitdiffstatshomepage
path: root/test/old/testdir/test_makeencoding.vim
AgeCommit message (Collapse)AuthorFiles
2023-11-13vim-patch:8.1.2373: cannot build with +popupwin but without +quickfixzeertzjq1
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs. https://github.com/vim/vim/commit/5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 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'.