adigitoleo / vim-mellow-statusline

A simple ASCII statusline for (neo)vim, best served with the mellow colorscheme
BSD Zero Clause License
8 stars 0 forks source link

Clicking on tab number in tabline doesn't switch to selected tab #5

Closed adigitoleo closed 1 year ago

adigitoleo commented 1 year ago

In fact, double clicking can open new tabs sometimes for some reason. Probably I messed up the placement of the %<n>T component which has something to do with mouse click events according to :h setting-tabline.

adigitoleo commented 1 year ago

Fixed in 39f8b6f, the double-click seems to be a feature but at least the clickable area is a bit better now.