summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-14 21:53:58 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-14 21:53:58 +0100
commit88d298aed8682eac872ebfe40df3112a6acd83e8 (patch)
tree26123c3b8e8a4bdfae26c82d2eae76ad0bf16f33 /src/version.c
parent84be8b66604ef28c0e249284da3c6f0cab1c25ae (diff)
downloadvim-git-8.0.0457.tar.gz
patch 8.0.0457: using :move messes up manual foldsv8.0.0457
Problem: Using :move messes up manual folds. Solution: Split adjusting marks and folds. Add foldMoveRange(). (neovim patch #6221)
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 56c66b551..81ef80fb0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 457,
+/**/
456,
/**/
455,