commit | b0ebbda06cf1a4a7c40cb274529c4c53de534e32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 16:51:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 16:51:21 2019 +0200 |
tree | 8f0a2b35f078b542cb168e58d273304ee18efeed | |
parent | ca2f7037c1a53bdbb6f5dc0a2f92d50020e062cc [diff] [blame] |
patch 8.1.1452: line and col property of popup windows not properly checked Problem: Line and col property of popup windows not properly checked. Solution: Check for "+" or "-" sign.
diff --git a/src/version.c b/src/version.c index 6e04c07..33eb93c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1452, +/**/ 1451, /**/ 1450,