summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-11 16:16:01 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-11 16:16:01 +0100
commit977239ef52763b6e640ac632c53a57ee17e05eaa (patch)
tree1f79b94833156537d23ae874ee720027385aa5cb /src/version.c
parent429ab1761ea9123777c9540ddb35ffa497a7e349 (diff)
downloadvim-git-977239ef52763b6e640ac632c53a57ee17e05eaa.tar.gz
patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722
Problem: Cannot build without the virtualedit feature. Solution: Make getviscol2() always available.
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 4b216f3d1..1c08ebe43 100644
--- a/src/version.c
+++ b/src/version.c
@@ -796,6 +796,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 722,
+/**/
721,
/**/
720,