commit | d22a18928ebcb465393da1418bb88204b97badb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 17 20:50:47 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 17 20:50:47 2016 +0100 |
tree | 5e41881819a4ded59a890fed0589748ec7d0430d | |
parent | 0e0b3dd335b863603b9a2d415ef18d983e2467ae [diff] [blame] |
patch 7.4.1585 Problem: Partial is not recognized everywhere. Solution: Check for partial in trans_function_name(). (Yasuhiro Matsumoto) Add a test.
diff --git a/src/version.c b/src/version.c index ae550bc..7277cc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1585, +/**/ 1584, /**/ 1583,