aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.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/normal.c
parent47d52e1578aa6dd0b55d397d24fc929b95d586f2 (diff)
downloadrneovim-41dbb69a85302e9af5c8b76e0d8217ad7d197f8a.tar.gz
rneovim-41dbb69a85302e9af5c8b76e0d8217ad7d197f8a.tar.bz2
rneovim-41dbb69a85302e9af5c8b76e0d8217ad7d197f8a.zip
lint
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r--src/nvim/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c
index 001972103c..225fe4aa9a 100644
--- a/src/nvim/normal.c
+++ b/src/nvim/normal.c
@@ -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;