commit | 6ed8819822994512c160006bd1204aa11ae3c494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 18:37:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 18:37:44 2019 +0200 |
tree | 171487d99e5cf0a6c7e5333159d98c821064e93e | |
parent | ec28d1516eb8bb5dcaa42de145953a6d49aebb6f [diff] [blame] |
patch 8.1.1319: computing function length name in many places Problem: Computing function length name in many places. Solution: compute name length in call_func().
diff --git a/src/version.c b/src/version.c index ea97bef..7bcb8c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,10 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1319, +/**/ + 1318, +/**/ 1317, /**/ 1316,