commit | 7745f14ef324a7134b2f26a47451cf5032f44b89 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Feb 15 11:48:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 11:48:22 2022 +0000 |
tree | 9e4e39dd7a3de7a40352e0aac494ae5bacec3c32 | |
parent | e3846cf1ebdc4af0b39885153b4703f71a9b919e [diff] [blame] |
patch 8.2.4388: dead code in op_insert() Problem: Dead code in op_insert(). Solution: Remove condition and else block. (closes #9782)
diff --git a/src/version.c b/src/version.c index eca2c74..559b602 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4388, +/**/ 4387, /**/ 4386,