commit | 977239ef52763b6e640ac632c53a57ee17e05eaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 16:16:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 16:16:01 2019 +0100 |
tree | 1f79b94833156537d23ae874ee720027385aa5cb | |
parent | 429ab1761ea9123777c9540ddb35ffa497a7e349 [diff] [blame] |
patch 8.1.0722: cannot build without the virtualedit feature Problem: Cannot build without the virtualedit feature. Solution: Make getviscol2() always available.
diff --git a/src/version.c b/src/version.c index 4b216f3..1c08ebe 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 722, +/**/ 721, /**/ 720,