commit | b58988b832b69b52dfefeca338ea4802d0c4cdca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 21:25:44 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 21:25:44 2015 +0200 |
tree | 4e9eacf8d01869520a5ca6622d15fbb6283c3444 | |
parent | cf619daa8e0ef9a335f27f65eb74e422a17d4f92 [diff] [blame] |
patch 7.4.854 Problem: Missing information about runtime files. Solution: Add section about runtime files. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 7b0ad1b..7f7f0dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 854, +/**/ 853, /**/ 852,