commit | e677df8d93772a705f40a94f3c871aee78fe4d99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 22:31:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 22:31:11 2019 +0200 |
tree | 918556233748a58fbdcaf94d0416d6dcd0449b39 | |
parent | 359ad1a6f92d0d3b4b942ea003fb02dc57bbfc9e [diff] [blame] |
patch 8.1.1966: some code in options.c fits better elsewhere Problem: Some code in options.c fits better elsewhere. Solution: Move functions from options.c to other files. (Yegappan Lakshmanan, closes #4889)
diff --git a/src/version.c b/src/version.c index af01f26..984a984 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1966, +/**/ 1965, /**/ 1964,