]> granicus.if.org Git - vim/commit
patch 9.0.0085: ":write" fails after ":file name" and the ":edit" v9.0.0085
authorii14 <ii14@users.noreply.github.com>
Tue, 26 Jul 2022 18:44:56 +0000 (19:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 18:44:56 +0000 (19:44 +0100)
commit1f0dc5e84f5cc530c0fb9d0789e3d42d644429d7
tree75f0c41f9aa36e549a2f548f58b9dc6f42f46757
parent15b87b6610bfce0c6296bbbad019c944f88a74ca
patch 9.0.0085: ":write" fails after ":file name" and the ":edit"

Problem:    ":write" fails after ":file name" and the ":edit".
Solution:   Reset BF_NOTEDITED when using ":edit". (closes #10790)
src/ex_cmds.c
src/testdir/test_excmd.vim
src/version.c