commit | 0fe937fd8616fcd24b1b1ef2ab9f1657615dd22c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 22:42:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 22:42:04 2020 +0200 |
tree | ea589a16e7a487517083f269b4500d6e4cb5d153 | |
parent | a1bc6f12936a9f621238b940d5c6e97837809447 [diff] [blame] |
patch 8.2.0991: cannot get window type for autocmd and preview window Problem: Cannot get window type for autocmd and preview window. Solution: Add types to win_gettype(). (Yegappan Lakshmanan, closes #6277)
diff --git a/src/version.c b/src/version.c index 57b092a..9df09d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 991, +/**/ 990, /**/ 989,