commit | 7860bac57baeda408d5ef84f3334b0e52cc690bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 09 15:03:15 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 09 15:03:15 2017 +0200 |
tree | e7d4936956a087140d5f45a32f617cb8ef669180 | |
parent | d2381a2cadb9ef359ad5efb916734c635b29bd13 [diff] [blame] |
patch 8.0.0556: getting window position fails if GUI and term possible Problem: Getting the window position fails if both the GUI and term code is built in. Solution: Return after getting the GUI window position. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 7cf7644..efb2ef3 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 556, +/**/ 555, /**/ 554,