summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-05 19:44:06 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-05 19:44:06 +0100
commit6b64394f346594404cffb9591d71ac693040679f (patch)
tree071c5aee49d73707a14ed71834adb1463b59fa44 /src/Makefile
parentf411a3c5aff644ec7a999be83ef22adf3e1132dd (diff)
patch 8.0.0423: changing 'cinoptions' does not always workv8.0.0423
Problem: The effect of adding "#" to 'cinoptions' is not always removed. (David Briscoe) Solution: Reset b_ind_hash_comment. (Christian Brabandt, closes #1475)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6e7fdde3c7..f9453229aa 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2104,6 +2104,7 @@ test_arglist \
test_channel \
test_charsearch \
test_changedtick \
+ test_cindent \
test_cmdline \
test_command_count \
test_crypt \