summaryrefslogtreecommitdiffstatshomepage
path: root/test/old/testdir/test_input.vim
AgeCommit message (Collapse)AuthorFiles
2026-01-24vim-patch:9.1.2105: tests: not enough tests for using plain_vgetc() (#37521)zeertzjq1
Problem: Not enough tests for using plain_vgetc(). Solution: Add tests for using plain_vgetc() during various commands. (zeertzjq) closes: vim/vim#19236 https://github.com/vim/vim/commit/2b6bdbc69780817bf3ef2e00b8ff0c0b8decba9e
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'.