summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-24 14:40:12 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-24 14:40:12 +0200
commitaf98a49dd0ef1661b4998f118151fddbf6e4df75 (patch)
tree471ad9685408d9f1035e24f1ad02fa522fe46c30 /src/version.c
parentfca66003053f8c0da5161d1fe4b75b3a389934b5 (diff)
downloadvim-git-7.4.1783.tar.gz
patch 7.4.1783v7.4.1783
Problem: The old regexp engine doesn't handle character classes correctly. (Manuel Ortega) Solution: Use regmbc() instead of regc(). Add a test.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 09372ef5d..a4f325205 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1783,
+/**/
1782,
/**/
1781,