commit | dc98776f89689846466462767be75c6b63b6630f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 15:52:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 15:52:35 2022 +0000 |
tree | 7405917a98d8abe6164c4ebe9c8da35346bd1cd0 | |
parent | d9b74a2a41e43ca17a9885ec0a58404adff4273f [diff] [blame] |
patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command Problem: Typo on DOCMD_RANGEOK results in not recognizing command. Solution: Correct the typo. (closes #9539)
diff --git a/src/version.c b/src/version.c index 44691de..8862674 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4113, +/**/ 4112, /**/ 4111,