1This directory contains tests for various Vim features. 2 3If it makes sense, try to add a new test to an already existing file. You may 4want to separate it from other tests in that file using :" (that's an Ex 5command comment). 6 7The numbered tests are older, we have switched to named tests. 8 9To add a new test: 101) Create test_<subject>.in and test_<subject>.ok files. 112) Add them to all Makefiles (Make*) in alphabetical order (search for an 12 existing test_file.out to see where to add the new one). 133) Use make test_<subject>.out to run a single test file in src/testdir/. 144) Also add an entry in src/Makefile. 15 16Keep in mind that the files are used as if everything was typed. 17A line break is like pressing Enter. If that happens on the last line you'll 18hear a beep. 19