Merge pull request #13592 from bfredl/setmouse

ui: make 'mouse' handling in external UI more consistent
This commit is contained in:
Björn Linse
2021-01-01 20:04:09 +01:00
committed by GitHub
10 changed files with 106 additions and 93 deletions

View File

@@ -8329,9 +8329,6 @@ static void ins_mouse(int c)
pos_T tpos;
win_T *old_curwin = curwin;
if (!mouse_has(MOUSE_INSERT))
return;
undisplay_dollar();
tpos = curwin->w_cursor;
if (do_mouse(NULL, c, BACKWARD, 1, 0)) {