summaryrefslogtreecommitdiffstatshomepage
path: root/test/old/testdir/test_paste.vim
AgeCommit message (Collapse)AuthorFiles
2023-03-13feat(options)!: deprecate paste, remove pastetoggle (#22647)ii141
we cannot remove 'paste'. It is very common in plugins and configs. 'pastetoggle' can and should be removed though, it's a total waste of everyone's time because it generates bug reports and doesn't work well, and is useless because bracketed-paste works better.
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'.