commit | f562e72df726c6191fa305e1c0a113f1cfb87f76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 17:25:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 17:25:25 2016 +0200 |
tree | 038e6b9d3688a74c953f17a6eef509389b469163 | |
parent | 6cfdb2a3bad5a6049de22dcdd1da0f6666478398 [diff] [blame] |
patch 7.4.2071 Problem: The return value of type() is difficult to use. Solution: Define v:t_ constants. (Ken Takata)
diff --git a/src/version.c b/src/version.c index d812082..5cb7897 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2071, +/**/ 2070, /**/ 2069,