]> granicus.if.org Git - vim/commit
patch 8.1.0516: :move command marks buffer modified when nothing changed v8.1.0516
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Nov 2018 18:19:36 +0000 (19:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Nov 2018 18:19:36 +0000 (19:19 +0100)
commitddd1f9183bed00d096f29c503721ac559174a29f
tree0ad97968954e7ff342475ebac38896b1694dba62
parentded5f1bed7ff2d138b3ee0f9610d17290b62692d
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)
src/Make_all.mak
src/ex_cmds.c
src/testdir/test_alot.vim
src/testdir/test_move.vim [new file with mode: 0644]
src/version.c