commit | 38ba4dce4a8574e60f6ddb111922880b0c7affdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 21:39:09 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 21:39:09 2019 +0100 |
tree | ae4f543edd710eff94e1d5bf77329b5cdbdd22a3 | |
parent | 1c329c04be2e95a3589a53f2978926e91b450cca [diff] [blame] |
patch 8.1.2228: screenpos() returns wrong values when 'number' is set Problem: screenpos() returns wrong values when 'number' is set. (Ben Jackson) Solution: Compare the column with the window width. (closes #5133)
diff --git a/src/version.c b/src/version.c index 7b4ebe6..01c95b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2228, +/**/ 2227, /**/ 2226,