dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
546 stars 10 forks source link

wrong window title when opening a large file #84

Closed epithet closed 1 year ago

epithet commented 1 year ago

When setting

set title titlestring=

and opening a file that is large enough to cause a scroll bar to appear, the window title (of the X11 window) becomes [No Name] instead of showing the file name.

The window title is corrected after some operations, like e.g. :edit<cr>.

dstein64 commented 1 year ago

Hi @epithet, thanks for reporting the issue. This is fixed in 4a04039.

epithet commented 1 year ago

@dstein64 perfect, thank you! Although the root cause seems to be a bug in Neovim, which I'm currently reporting.