commit | 179eb567b15a2ed5cf25b45d95d06c7a729d50bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 18:03:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 18:03:22 2020 +0100 |
tree | 56ba1d1bd23bbc70dbbaac4c184bb7ffbd4f2392 | |
parent | 39cb2dab18e85fc60f116a4543e433616872b690 [diff] [blame] |
patch 8.2.2230: Vim9: insert completion runs into error Problem: Vim9: insert completion runs into error. Solution: Insert colon before range. (closes #7556)
diff --git a/src/version.c b/src/version.c index adfaf50..51a9e42 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2230, +/**/ 2229, /**/ 2228,