commit | 51e64b2789eb7e60f7c5892a43426ab4ec1a54aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 10:48:30 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 10:48:30 2021 +0000 |
tree | d5c244007c00956beeea7618d7aebc19f0593085 | |
parent | 310091d20f26f6472fefc31e19004684f3d640bf [diff] [blame] |
patch 8.2.3879: getreg() and getregtype() contain dead code Problem: getreg() and getregtype() contain dead code. Solution: Remove the needless check. (closes #9392) Also refactor to put common code in a shared function.
diff --git a/src/version.c b/src/version.c index e9d77a9..20c78d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3879, +/**/ 3878, /**/ 3877,