commit | dde77a7c4d72622284dc5fb72557bde42c314fa6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 21:41:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 21:41:15 2022 +0100 |
tree | 26f44993200c513040faf11843850a6206e46221 | |
parent | 3a7ad904d27d904e57f7a22eb33872a587ae6673 [diff] [blame] |
patch 9.0.0250: slightly inconsistent error messages Problem: Slightly inconsistent error messages. Solution: Make it "Using a Float". (closes #10959)
diff --git a/src/version.c b/src/version.c index 22ad9aa..a6563d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 250, +/**/ 249, /**/ 248,