diff src/version.c @ 29487:4f52a21f41f3 v9.0.0085

patch 9.0.0085: ":write" fails after ":file name" and the ":edit" Commit: https://github.com/vim/vim/commit/1f0dc5e84f5cc530c0fb9d0789e3d42d644429d7 Author: ii14 <ii14@users.noreply.github.com> Date: Tue Jul 26 19:44:56 2022 +0100 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 https://github.com/vim/vim/issues/10790)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 21:00:03 +0200
parents 7355529ee87f
children 7c639dff32dd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    85,
+/**/
     84,
 /**/
     83,