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/Make_all.mak b/src/Make_all.mak index f5f0552..da3a62c 100644 --- a/src/Make_all.mak +++ b/src/Make_all.mak
@@ -123,6 +123,7 @@ test_mksession \ test_mksession_utf8 \ test_modeline \ + test_move \ test_nested_function \ test_netbeans \ test_normal \