forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
0aad88f073
commit
4c8d2f02b3
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
863,
|
||||
/**/
|
||||
862,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user