summaryrefslogtreecommitdiff
path: root/src/testdir/test_lispwords.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0358: insufficient testing for indent.cv8.2.0358Bram Moolenaar2020-03-061-0/+3
| | | | | Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)
* patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar2019-08-311-0/+3
| | | | | Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
* patch 8.0.1222: test functions interfere with each otherv8.0.1222Bram Moolenaar2017-10-261-0/+1
| | | | | Problem: Test functions interfere with each other. Solution: Cleanup tab pages, windows and buffers. Reset option.
* patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar2017-09-281-0/+65
| | | | | Problem: Still old style tests. Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
* patch 7.4.952v7.4.952Bram Moolenaar2015-12-031-0/+16
Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.