commit | 500a1f9972afa354f0bc77bc535aabf9f5f0116d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 11:49:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 11:49:10 2022 +0100 |
tree | f7a6f9e74ec4e5c54c230c9003b3032a7ae19b23 | |
parent | cd9fa256b587b2805faeaaa4b7a8c7d483a8ac54 [diff] [blame] |
patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer Problem: Confusing error for "saveas" command with "nofile" buffer. Solution: Give a clearer error message. (closes #11171)
diff --git a/src/version.c b/src/version.c index 2f545d0..22db890 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 509, +/**/ 508, /**/ 507,