summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-03 22:49:16 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-03 22:49:16 +0100
commited767a2073ef150971b0439a58e7ee582af6984e (patch)
treefac1ce186731fb31fc9e4e9f689b25284ca5c6c3 /src/testdir/Make_all.mak
parent022b896592721838e387e99fd785d3ded7b68be7 (diff)
patch 7.4.1042v7.4.1042
Problem: g-CTRL-G shows the word count, but there is no way to get the word count in a script. Solution: Add the wordcount() function. (Christian Brabandt)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index c5796bd516..a67619f464 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -120,6 +120,7 @@ SCRIPTS_ALL = \
test_tagcase.out \
test_textobjects.out \
test_utf8.out \
+ test_wordcount.out \
test_writefile.out