Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing argument for nvim_tabpage_list_wins #219

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

jaspreetpanesar
Copy link
Contributor

Hey there!

This is fixing the following plugin crash which occurs for me after opening then closing window splits. Function nvim_tabpage_list_wins looks to require at least one argument

Error executing vim.schedule lua callback: .../fidget.nvim/lua/fidget/poll.lua:119: .../fidg
et.nvim/lua/fidget/notification/window.lua:182: .../fidget.nvim/lua/fidget/notification/window.lua:193: Expected 1 a
rgument
stack traceback:
        [C]: in function 'error'
        .../fidget.nvim/lua/fidget/poll.lua:119: in function ''
        vim/_editor.lua: in function <vim/_editor.lua:0>

Copy link
Owner

@j-hui j-hui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks for helping fix that!

@j-hui j-hui merged commit 889028b into j-hui:main Mar 17, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants