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

@@ -3994,7 +3994,7 @@ static void nv_mousescroll(cmdarg_T *cap)
row = mouse_row;
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;