summaryrefslogtreecommitdiff
path: root/src/testdir/test_cscope.vim
AgeCommit message (Collapse)Author
2018-05-15patch 8.0.1845: various comment updates needed, missing white spaceBram Moolenaar
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
2017-03-18patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsBram Moolenaar
Problem: Tests use assert_true(0) and assert_false(1) to report errors. Solution: Use assert_report().
2016-08-30patch 7.4.2295Bram Moolenaar
Problem: Cscope test fails. Solution: Avoid checking for specific line and column numbers.
2016-08-07patch 7.4.2175Bram Moolenaar
Problem: Insufficient testing of cscope. Solution: Add more tests. (Dominique Pelle)
2016-08-05patch 7.4.2159Bram Moolenaar
Problem: Insufficient testing for cscope. Solution: Add more tests. (Dominique Pelle)
2016-08-02patch 7.4.2148Bram Moolenaar
Problem: Not much testing for cscope. Solution: Add a test that uses the cscope program. (Christian Brabandt)
2016-07-13patch 7.4.2033Bram Moolenaar
Problem: 'cscopequickfix' option does not accept new value "a". Solution: Adjust list of command characters. (Ken Takata)