commit | 97baee80f0906ee2f651ee1215ec033e84f866ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 20:46:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 20:46:08 2016 +0200 |
tree | 7560f0e18fd45c54b9b2a7cc189c2e58d096e4b2 | |
parent | e99e84497b89e5f91df519790802770920ecf4fe [diff] [blame] |
patch 7.4.2104 Problem: Code duplication when unreferencing a function. Solution: De-duplicate.
diff --git a/src/version.c b/src/version.c index 8902c9f..171aa9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2104, +/**/ 2103, /**/ 2102,