commit | 36d502225c3ec5e8b30771d58ee20171ce564b2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 02 20:17:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 02 20:17:40 2019 +0200 |
tree | 60c386bb96f1c88b50cdeea1858a8cdf65106c0e | |
parent | 1ee36d6ff5bc51a1ecb5631c3e5bb632b5d1bcfc [diff] [blame] |
patch 8.1.1245: ":copen 10" sets height in full-height window Problem: ":copen 10" sets height in full-height window. (Daniel Hahler) Solution: Don't set the height if the quickfix window is full height. (closes #4325)
diff --git a/src/version.c b/src/version.c index 30b94f3..96f64eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1245, +/**/ 1244, /**/ 1243,