commit | 8930caaa1a283092aca81fdbc3fcf15c7eadb197 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 16:37:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 16:37:03 2020 +0200 |
tree | b88ad868a29b0c26a4224cce4c69f35b9655dfec | |
parent | 8d5f6af5e5a5edfd3fa95f33540c204f4e74331e [diff] [blame] |
patch 8.2.1280: Ex command error cannot contain an argument Problem: Ex command error cannot contain an argument. Solution: Add ex_errmsg() and translate earlier. Use e_trailing_arg where possible.
diff --git a/src/version.c b/src/version.c index 79d24e9..0641746 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1280, +/**/ 1279, /**/ 1278,