commit | b37662a0fbb952838fca87aff4d26b596030b67b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 22:18:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 22:18:47 2016 +0200 |
tree | 10288eeb8d6bf230654f3cbf556d722cd4463b0e | |
parent | 83e6d7ac6a1c2a0cb5ee6c8420a5dc792f1d5ffa [diff] [blame] |
patch 7.4.1882 Problem: Check for line break at end of line wrong. (Dominique Pelle) Solution: Correct the logic.
diff --git a/src/version.c b/src/version.c index 53f6098..5a84b80 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1882, +/**/ 1881, /**/ 1880,