commit | c963ec31a0c293d629e40cb082d4bfb1651def49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 20:08:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 20:08:01 2022 +0100 |
tree | f93897f6bfe81dd5692f5f06b23fedb1881368c9 | |
parent | d61efa50f8f5b9d9dcbc136705cc33874f0fdcb3 [diff] [blame] |
patch 9.0.0064: confusing error when using "q:" in command line window Problem: Confusing error when using "q:" in command line window. Solution: Check for the situation and give a better error message. (closes #10756)
diff --git a/src/version.c b/src/version.c index d7d0790..7534c23 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62,