commit | cdf5fdb2948ecdd24c6a1e27ed33dfa847c2b3e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 11:14:24 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 11:14:24 2021 +0000 |
tree | 8e75b5a5e25c30f7bd097b8575692742907baee3 | |
parent | b8e642f7ace5382b4dacb7a8effd86f22b828cc1 [diff] [blame] |
patch 8.2.3627: difficult to know where the text starts in a window Problem: difficult to know where the text starts in a window. (Sergey Vlasov) Solution: Add the "textoff" entry in the result of getwininfo(). (closes #9163)
diff --git a/src/version.c b/src/version.c index c54307e..7bb852f 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3627, +/**/ 3626, /**/ 3625,