mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Add support for horizontal scroll wheel. (Bjorn Winckler)
This commit is contained in:
@@ -2822,7 +2822,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
|
||||
int is_concealing = FALSE;
|
||||
int boguscols = 0; /* nonexistent columns added to force
|
||||
wrapping */
|
||||
int vcol_off = 0; /* offset for concealed characters */
|
||||
int vcol_off = 0; /* offset for concealed characters */
|
||||
int did_wcol = FALSE;
|
||||
# define VCOL_HLC (vcol - vcol_off)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user