commit | 0acae7acc40b9f12bff88d5e1dae494a761fec07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 06 21:29:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 06 21:29:29 2019 +0200 |
tree | 10c62e1957bdda546b3dfae7587574fbb7d61654 | |
parent | f97d46f816e84edb6899a903a1c334a50a6d31bb [diff] [blame] |
patch 8.1.1822: confusing error message when range is not allowed Problem: Confusing error message when range is not allowed. Solution: With ADDR_NONE give e_norange. Change e_invaddr to e_invrange for consistency.
diff --git a/src/version.c b/src/version.c index aad7833..0e1641c 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1822, +/**/ 1821, /**/ 1820,