commit | bb7e1b4ba82eaa6f8c7a59f1314056e3c404437a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 02 20:24:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 02 20:24:12 2019 +0200 |
tree | 89d06c14909a7e442d46d69ce86f3161741aaf9b | |
parent | 36d502225c3ec5e8b30771d58ee20171ce564b2f [diff] [blame] |
patch 8.1.1246: cannot handle negative mouse coordinate from urxvt Problem: Cannot handle negative mouse coordinate from urxvt. Solution: Accept '-' where a digit is expected. (Vincent Vinel, closes #4326)
diff --git a/src/version.c b/src/version.c index 96f64eb..0e7f3f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1246, +/**/ 1245, /**/ 1244,