aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-08-05 18:02:24 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-08-06 11:49:59 -0400
commit41dbb69a85302e9af5c8b76e0d8217ad7d197f8a (patch)
tree4c5e39b95785f2f6dca422a7ceb0ac9dc442bdff /src/nvim/edit.c
parent47d52e1578aa6dd0b55d397d24fc929b95d586f2 (diff)
downloadrneovim-41dbb69a85302e9af5c8b76e0d8217ad7d197f8a.tar.gz
rneovim-41dbb69a85302e9af5c8b76e0d8217ad7d197f8a.tar.bz2
rneovim-41dbb69a85302e9af5c8b76e0d8217ad7d197f8a.zip
lint
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r--src/nvim/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index 4db014af1b..95c903c90c 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -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;