forked from aniani/vim
patch 9.0.0828: various typos
Problem: Various typos. Solution: Correct typos. (closes #11432)
This commit is contained in:
committed by
Bram Moolenaar
parent
1410d1841b
commit
c57b5bcd22
@@ -1307,7 +1307,7 @@ decode_mouse_wheel(MOUSE_EVENT_RECORD *pmer)
|
||||
else
|
||||
direction = zDelta >= 0 ? KE_MOUSEDOWN : KE_MOUSEUP;
|
||||
|
||||
// Decode the win32 console key modifers into Vim mouse modifers.
|
||||
// Decode the win32 console key modifiers into Vim mouse modifiers.
|
||||
if (pmer->dwControlKeyState & SHIFT_PRESSED)
|
||||
modifiers |= MOD_MASK_SHIFT; // MOUSE_SHIFT;
|
||||
if (pmer->dwControlKeyState & (RIGHT_CTRL_PRESSED | LEFT_CTRL_PRESSED))
|
||||
|
Reference in New Issue
Block a user