vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.85k stars 69 forks source link

Wrong visual selection with mouse #169

Closed mulianov closed 2 years ago

mulianov commented 3 years ago

When running with --disable-ext-tabline and some tabline plugin enabled (e.g. vim-buftabline) visual selection with mouse doesn't work properly.

vhakulinen commented 2 years ago

This is/was likely caused by a issue fixed by this upstream PR: https://github.com/neovim/neovim/pull/12667