summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-25 20:54:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-25 20:54:11 +0200
commit680e015bfe19be6772d3bd754486fbd45c1a9d3b (patch)
tree1f786add42acb4835c366f0d5dc1cdddd53b6961 /src/Makefile
parent3f1c15b24a3939d193c80c509132db9ee4d8cceb (diff)
patch 8.0.0010v8.0.0010
Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.
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 864f54b258..61c5919d07 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2066,6 +2066,7 @@ test_arglist \
test_channel \
test_charsearch \
test_cmdline \
+ test_crypt \
test_cscope \
test_cursor_func \
test_delete \