commit | cc8cd4453332276d55b4a1109eace5785a4f319d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Oct 03 15:19:14 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 03 15:19:14 2021 +0100 |
tree | 106d521023ab67978d1ea27908b9c881ca83b20d | |
parent | 27fef59dd1dd75f50c366f7f616ffa4451560452 [diff] [blame] |
patch 8.2.3466: completion submode not indicated for virtual replace Problem: Completion submode not indicated for virtual replace. Solution: Add submode to "Rv". (closes #8945)
diff --git a/src/version.c b/src/version.c index 79f88eb..0801704 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3466, +/**/ 3465, /**/ 3464,