commit | ddd1f9183bed00d096f29c503721ac559174a29f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 10 19:19:36 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 10 19:19:36 2018 +0100 |
tree | 0ad97968954e7ff342475ebac38896b1694dba62 | |
parent | ded5f1bed7ff2d138b3ee0f9610d17290b62692d [diff] [blame] |
patch 8.1.0516: :move command marks buffer modified when nothing changed Problem: :move command marks buffer modified when nothing changed. Solution: Do not set 'modified'. Add a test. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 3d72854..12b8688 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 516, +/**/ 515, /**/ 514,