commit | 46ad288b9b2a6eb0430cf802ff5ce68a58629897 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 08 20:01:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 08 20:01:47 2019 +0200 |
tree | c4122a4f891cd211e2604b690cefef88b2d7c8ff | |
parent | 9845f36aa6ba28e0aa388bb635d4bb8ab56f1a47 [diff] [blame] |
patch 8.1.1140: not easy to find out what neighbors a window has Problem: Not easy to find out what neighbors a window has. Solution: Add more arguments to winnr(). (Yegappan Lakshmanan, closes #3993)
diff --git a/src/version.c b/src/version.c index 314f4b7..7c3490e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1140, +/**/ 1139, /**/ 1138,