commit | db022f3ffb57c5ff4b97b4e93a994d11e4c10466 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 17:52:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 17:52:32 2019 +0200 |
tree | ff0dacb002fe1224be8ebd9f6ac8f88e786cc73f | |
parent | a112f2d0035b0800b4a70dbb6f0e5f85e8ec84e5 [diff] [blame] |
patch 8.1.1960: fold code is spread out Problem: Fold code is spread out. Solution: Move fold functions to fold.c.
diff --git a/src/version.c b/src/version.c index 485af13..4435314 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1960, +/**/ 1959, /**/ 1958,