]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2231: when "--remote file" is used "file" is not reloaded v8.2.2231
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Dec 2020 18:00:24 +0000 (19:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Dec 2020 18:00:24 +0000 (19:00 +0100)
commite4862a0fe62261754daf476866ef2aa8586b716c
tree6c4e1bc963b5063852d6319ff0b4b013569f6593
parent179eb567b15a2ed5cf25b45d95d06c7a729d50bc
patch 8.2.2231: when "--remote file" is used "file" is not reloaded

Problem:    When "--remote file" is used "file" is not reloaded.
Solution:   When a :drop command is used for a file that is already displayed
            in a window and it has not been changed, check if it needs to be
            reloaded. (closes #7560)
src/ex_cmds.c
src/testdir/test_clientserver.vim
src/version.c