diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-03 22:49:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-03 22:49:16 +0100 |
commit | ed767a2073ef150971b0439a58e7ee582af6984e (patch) | |
tree | fac1ce186731fb31fc9e4e9f689b25284ca5c6c3 /src/version.c | |
parent | 022b896592721838e387e99fd785d3ded7b68be7 (diff) | |
download | vim-git-ed767a2073ef150971b0439a58e7ee582af6984e.tar.gz |
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/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index ab777e394..821b1bb0a 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1042, +/**/ 1041, /**/ 1040, |