summaryrefslogtreecommitdiff
path: root/src/testdir/test_set.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.3732: "set! termcap" test failsv8.2.3732Bram Moolenaar2021-12-031-1/+1
| | | | | Problem: "set! termcap" test fails. Solution: Account for keys without a t_xx entry.
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-031-0/+30
| | | | | Problem: "set! termcap" shows codes in one column, but not keys. Solution: Also use one column for keys. (closes #9258)
* patch 8.2.3155: some option related code not covered by testsv8.2.3155Dominique Pelle2021-07-121-0/+19
| | | | | Problem: Some option related code not covered by tests. Solution: Add a few test cases. (Dominique Pellé, closes #8552)
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+2
| | | | | | | Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
* patch 7.4.1017v7.4.1017Bram Moolenaar2016-01-011-0/+27
Problem: When there is a backslash in an option ":set -=" doesn't work. Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge in old test.