summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/sh_04.sh
AgeCommit message (Collapse)Author
2023-06-24patch 9.0.1656: syntax test fails when detected shell type differsv9.0.1656Bram Moolenaar
Problem: Syntax test fails when detected shell type differs. Solution: Avoid using "/bin/sh", it depends on the system. Add a check that the shell type detection is correct.
2023-06-22patch 9.0.1647: insufficient testing for syntax pluginsv9.0.1647Bram Moolenaar
Problem: Insufficient testing for syntax plugins. Solution: Add shell file examples. (Charles Campbell) Create a messages file for easier debugging and reporting the test results.