commit | 6d20e1754461b0f8d395f2e3464f0dc1060497f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 13 22:44:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 13 22:44:12 2016 +0200 |
tree | eaae1bbf236240f6978302fe22b4fd9ca99cff8c | |
parent | 3e946fdc7b3639f84c96cd8a5d5b4b4b010f56ea [diff] [blame] |
patch 7.4.2033 Problem: 'cscopequickfix' option does not accept new value "a". Solution: Adjust list of command characters. (Ken Takata)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index dabf573..8393de8 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -169,6 +169,7 @@ test_cdo.res \ test_channel.res \ test_cmdline.res \ + test_cscope.res \ test_farsi.res \ test_hardcopy.res \ test_history.res \