commit | b434ae2a1fcbbd43244c6130451de7f14346e224 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 28 23:09:55 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 28 23:09:55 2018 +0200 |
tree | b85d92e02cfd7df601bde79c30e5cb96837671d1 | |
parent | 95892c27b242cdbc78e622c7a861a4e15aec7a30 [diff] [blame] |
patch 8.1.0438: the ex_make() function is too long Problem: The ex_make() function is too long. Solution: Split it into several functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 55d3d80..f4e0508 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 438, +/**/ 437, /**/ 436,