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: avoid calling non API-fast funcs in Lua loop #197

Merged
merged 1 commit into from
May 1, 2024

Conversation

delphinus
Copy link
Contributor

The current build occurs E5560 due to calling non API-fast functions in Lua loop.

[telescope] [WARN  18:40:20] /Users/jinnouchi.yasushi/.local/share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:669: Finder failed with msg:  ...y/telescope.nvim/lua/telescope/pickers/entry_display.lua:76: E5560: nvim_get_current_buf must not be called in a lua loop callback

@delphinus delphinus merged commit 6b6565e into master May 1, 2024
16 checks passed
@delphinus delphinus deleted the fix/entry-display-loop branch May 1, 2024 09:45
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.

None yet

1 participant