api/vim: fix pvs/v1048

This commit is contained in:
Jan Edmund Lazo 2019-12-25 06:48:27 -05:00
parent 35c3985da6
commit 362c3a3ccf
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -335,7 +335,7 @@ void nvim_input_mouse(String button, String action, String modifier,
if (strequal(action.data, "down")) {
code = KE_MOUSEUP;
} else if (strequal(action.data, "up")) {
code = KE_MOUSEDOWN;
// code = KE_MOUSEDOWN
} else if (strequal(action.data, "left")) {
code = KE_MOUSERIGHT;
} else if (strequal(action.data, "right")) {