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/Makefile b/src/Makefile index 24aa9ca..f08b58c 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2022,6 +2022,7 @@ test_cdo \ test_channel \ test_cmdline \ + test_cscope \ test_cursor_func \ test_delete \ test_ex_undo \