commit | 6aba96dd5778b4201c9f5cb065d7669d3398e724 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 17:43:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 17:43:21 2019 +0100 |
tree | 325d892f25bfa2fabef979e3dc21f6725b5cea54 | |
parent | 2a953fcf107d24229fec8af820ee62c908caafbf [diff] [blame] |
patch 8.1.0828: still using FEAT_VIRTUALEDIT Problem: Still using FEAT_VIRTUALEDIT. Solution: Remove last use of FEAT_VIRTUALEDIT.
diff --git a/src/version.c b/src/version.c index 39a4f8f..9fa0ba4 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 828, +/**/ 827, /**/ 826,