commit | 1f0dc5e84f5cc530c0fb9d0789e3d42d644429d7 | [log] [tgz] |
---|---|---|
author | ii14 <ii14@users.noreply.github.com> | Tue Jul 26 19:44:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 19:44:56 2022 +0100 |
tree | 75f0c41f9aa36e549a2f548f58b9dc6f42f46757 | |
parent | 15b87b6610bfce0c6296bbbad019c944f88a74ca [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 03b65d2..a0caf3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 85, +/**/ 84, /**/ 83,