summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-11-10 19:19:36 +0100
committerBram Moolenaar <Bram@vim.org>2018-11-10 19:19:36 +0100
commitddd1f9183bed00d096f29c503721ac559174a29f (patch)
tree0ad97968954e7ff342475ebac38896b1694dba62 /src/testdir/test_alot.vim
parentded5f1bed7ff2d138b3ee0f9610d17290b62692d (diff)
patch 8.1.0516: :move command marks buffer modified when nothing changedv8.1.0516
Problem: :move command marks buffer modified when nothing changed. Solution: Do not set 'modified'. Add a test. (Jason Franklin)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 3a0c6e0422..be665120b3 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -41,6 +41,7 @@ source test_match.vim
source test_menu.vim
source test_messages.vim
source test_modeline.vim
+source test_move.vim
source test_partial.vim
source test_popup.vim
source test_put.vim