commit | 307c5a5bb77c3728dfab06c30e9f786309c63f74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 15:41:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 15:41:00 2019 +0200 |
tree | f178edf16af0642f2a1236a41984db6f660727df | |
parent | c2b97643a82bb9fbd202312dac4aa995f92e9e5b [diff] [blame] |
patch 8.1.1927: code for dealing with script files is spread out Problem: Code for dealing with script files is spread out. Solution: Move the code to scriptfile.c. (Yegappan Lakshmanan, closes #4861)
diff --git a/src/version.c b/src/version.c index 35112b5..264a0b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1927, +/**/ 1926, /**/ 1925,