diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-06 15:25:42 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-06 15:25:42 +0100 |
| commit | a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660 (patch) | |
| tree | f2b42367e5ced2e5c070683fafb1a75b360086c4 /src/version.c | |
| parent | 25de4c232d580583feadae11ab34e3cc6333c350 (diff) | |
| download | vim-git-a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660.tar.gz | |
patch 8.0.0069v8.0.0069
Problem: Compiler warning for self-comparison.
Solution: Define ONE_WINDOW and add #ifdef.
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 4a0725bb3..c698e446b 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 69, +/**/ 68, /**/ 67, |
