summaryrefslogtreecommitdiff
path: root/src/testdir/test_maparg.vim
AgeCommit message (Collapse)Author
2018-05-21patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existingBram Moolenaar
Problem: maparg() and mapcheck() confuse empty and non-existing. Solution: Return <Nop> for an existing non-empty mapping. (closes #2940)
2017-07-11patch 8.0.0708: some tests are old styleBram Moolenaar
Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)