commit | 2932359000b2f918d5fade79ea4d124d5943cd07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 22:04:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 22:04:11 2016 +0200 |
tree | 1ca4fa98569a4d20ce066c7d6254404bcf431b47 | |
parent | 6835dc61aebca2b602d85a9d63c449ace58683b4 [diff] [blame] |
patch 7.4.2101 Problem: Looping over windows, buffers and tab pages is inconsistant. Solution: Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 233b6b5..0b63a29 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2101, +/**/ 2100, /**/ 2099,