commit | c5fbe8af4cd80789f831b78aa44ff0b238138769 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 21:42:09 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 21:42:09 2016 +0100 |
tree | 20b3bcb5a78ed166babf59c96c3792ca13fbb95b | |
parent | 24c77a1e3a2ad510582116229462b482d69b4b8e [diff] [blame] |
patch 7.4.1645 Problem: When a dict contains a partial it can't be redefined as a function. (Nikolai Pavlov) Solution: Remove the partial when overwriting with a function.
diff --git a/src/version.c b/src/version.c index b90a0d0..dd9b5c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1645, +/**/ 1644, /**/ 1643,