-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
E5108: Error executing lua: ...te/pack/paqs/start/satellite.nvim/lua/satellite/view.lua:202: scoped variable: Invalid window id: 1043
stack traceback:
[C]: in function '__index'
...te/pack/paqs/start/satellite.nvim/lua/satellite/view.lua:202: in function 'get_props'
...e/pack/paqs/start/satellite.nvim/lua/satellite/mouse.lua:237: in function 'handle_initial_leftmouse_event'
...e/pack/paqs/start/satellite.nvim/lua/satellite/mouse.lua:344: in function 'handle_leftmouse'
...im/site/pack/paqs/start/satellite.nvim/lua/satellite.lua:144: in function <...im/site/pack/paqs/start/satellite.nvim/lua/satellite.lua:143>
To Reproduce
Steps to reproduce the behavior:
- with vim-fugitive, in a repo with unstaged files, run
:Gto see the git status - hit
ddonUnstaged. fugitive opens aft=diffbuffer - use
:onlyorctrl-w oto make it the only window in the tabpage. - click on any line, causes above error.
- note: error only occurs if there is no satellite scrollbar, i.e. the buffer is small enough to fit in the viewport.
- this is likely why the
:onlystep is required.
- this is likely why the
- note: clicking again does not cause an error.
- note: error only occurs if there is no satellite scrollbar, i.e. the buffer is small enough to fit in the viewport.
Expected behavior
no error, place cursor with mouse left click.
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
