commit | 4c8d2f02b3ce037bbe1d5ee12887e343c6bde88f | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Nov 12 16:07:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 16:07:47 2022 +0000 |
tree | b9f8e07114c29a8427817d5c9aa8ab37b2c13b3c | |
parent | 0aad88f073602849d1623122eb3c323f8e252def [diff] [blame] |
patch 9.0.0863: col() and charcol() only work for the current window Problem: col() and charcol() only work for the current window. Solution: Add an optional winid argument. (Yegappan Lakshmanan, closes #11466, closes #11461)
diff --git a/src/version.c b/src/version.c index 8e97025..64ed648 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 863, +/**/ 862, /**/ 861,