commit | 88d298aed8682eac872ebfe40df3112a6acd83e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 14 21:53:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 14 21:53:58 2017 +0100 |
tree | 26123c3b8e8a4bdfae26c82d2eae76ad0bf16f33 | |
parent | 84be8b66604ef28c0e249284da3c6f0cab1c25ae [diff] [blame] |
patch 8.0.0457: using :move messes up manual folds Problem: Using :move messes up manual folds. Solution: Split adjusting marks and folds. Add foldMoveRange(). (neovim patch #6221)
diff --git a/src/version.c b/src/version.c index 56c66b5..81ef80f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 457, +/**/ 456, /**/ 455,