diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-01 21:25:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-01 21:25:44 +0200 |
commit | b58988b832b69b52dfefeca338ea4802d0c4cdca (patch) | |
tree | 4e9eacf8d01869520a5ca6622d15fbb6283c3444 /src | |
parent | cf619daa8e0ef9a335f27f65eb74e422a17d4f92 (diff) | |
download | vim-b58988b832b69b52dfefeca338ea4802d0c4cdca.zip |
patch 7.4.854
Problem: Missing information about runtime files.
Solution: Add section about runtime files. (Christian Brabandt)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 7b0ad1b98..7f7f0dda2 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 854, +/**/ 853, /**/ 852, |