This commit is contained in:
Jan Edmund Lazo
2018-08-05 18:02:24 -04:00
parent 47d52e1578
commit 41dbb69a85
5 changed files with 7 additions and 7 deletions

View File

@@ -7881,7 +7881,7 @@ static void ins_mousescroll(int dir)
int row = mouse_row;
int col = mouse_col;
/* find the window at the pointer coordinates */
// find the window at the pointer coordinates
win_T *const wp = mouse_find_win(&row, &col);
if (wp == NULL) {
return;