forked from aniani/vim
patch 9.0.1923: curswant wrong on click with 've' and 'wrap' set
Problem: curswant wrong on click with 've' and 'wrap' set Solution: Add w_leftcol to mouse click column. closes: #13142 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
committed by
Christian Brabandt
parent
a7aba6ca50
commit
db54e989b5
@@ -18,8 +18,8 @@
|
||||
* displayed (excluding text written by external commands).
|
||||
* ScreenAttrs[off] Contains the associated attributes.
|
||||
* ScreenCols[off] Contains the virtual columns in the line. -1 means not
|
||||
* available (below last line), MAXCOL means after the end
|
||||
* of the line.
|
||||
* available or before buffer text, MAXCOL means after the
|
||||
* end of the line.
|
||||
*
|
||||
* LineOffset[row] Contains the offset into ScreenLines*[], ScreenAttrs[]
|
||||
* and ScreenCols[] for each line.
|
||||
|
Reference in New Issue
Block a user