diff options
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 4b26ae259e..aeada66964 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2601,11 +2601,6 @@ do_mouse ( oap == NULL ? NULL : &(oap->inclusive), which_button); - // A click in the window toolbar has no side effects. - if (jump_flags & MOUSE_WINBAR) { - return false; - } - moved = (jump_flags & CURSOR_MOVED); in_status_line = (jump_flags & IN_STATUS_LINE); in_sep_line = (jump_flags & IN_SEP_LINE); |