commit | 3d1491ed2394b3e92902102879bace28a5f9c201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 17:07:50 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 17:07:50 2018 +0100 |
tree | 390dc467cce98e4c2058c6d38f6cc1cc19044a45 | |
parent | 9752c72f492312acd1c84e673864faed31a3bc97 [diff] [blame] |
patch 8.1.0623: iterating through window frames is repeated Problem: Iterating through window frames is repeated. Solution: Define FOR_ALL_FRAMES. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index bb0c81f..f57ffb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 623, +/**/ 622, /**/ 621,