diff options
| author | Bram Moolenaar <Bram@vim.org> | 2017-09-06 21:43:10 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2017-09-06 21:43:10 +0200 |
| commit | c35e4cb4fe3ce524d15ac9fdc9a8aa923761bdfd (patch) | |
| tree | 14903bce52f929d66d74c2d5333a01c2d2b00bf2 /src/version.c | |
| parent | 1b9f9d315f137cc883c7aecd39f3df329b7f9085 (diff) | |
| download | vim-git-c35e4cb4fe3ce524d15ac9fdc9a8aa923761bdfd.tar.gz | |
patch 8.0.1065: not all macro examples are includedv8.0.1065
Problem: Not all macro examples are included in the self-installing
executable. (lkintact)
Solution: Add the directories to the NSIS script. (closes #2065)
Diffstat (limited to 'src/version.c')
| -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 6a0fa7b61..223ecf8c4 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1065, +/**/ 1064, /**/ 1063, |
