commit | 476c0db00205590974395df717519407a7717270 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 19 21:56:02 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 19 21:56:02 2018 +0200 |
tree | d662cccdd14b4a2996dc8ca5282036f0985f9bcf | |
parent | 4b1c9a91b5d7f98b6e3391e776a289d485aa274d [diff] [blame] |
patch 8.1.0410: the ex_copen() function is too long Problem: The ex_copen() function is too long. Solution: Refactor to split off two functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 2726e63..10d8e49 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 410, +/**/ 409, /**/ 408,