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

Invalid window id: 1010 when executing :Bdelete! with ttyfast option #36

Closed
linrongbin16 opened this issue Jan 30, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@linrongbin16
Copy link

linrongbin16 commented Jan 30, 2023

Neovim version

$ nvim --version
NVIM v0.8.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@HMBRW-A-001-M1-005.local

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.8.2/share/nvim"

Run :checkhealth for more info

Describe the bug
Failed to execute :Bdelete! to close lazy-lock.json file, when set ttyfast option, there's an error:
image

To Reproduce
use lazy.nvim install bufdelete.nvim plugin, and set ttyfast in init.vim, open lazy-lock.json file, then :Bdelete! to close it.

Expected behavior
Close correctly without error message.

Does this error occur in the minimal init file?
Use the following commands to download the minimal init file provided by bufdelete:
curl -fLO https://raw.githubusercontent.com/famiu/bufdelete.nvim/master/minimal_init.lua

Modify the file to your needs (if necessary), then load Neovim using:
nvim --noplugin -u minimal_init.lua

And check if your issue still occurs.

Provide modified minimal_init.lua
If you modified the minimal_init.lua that bufdelete provides by default in order to fit your configuration, put it here. Otherwise ignore this part.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here (eg: other plugins that may conflict with this plugin, configuration options that you think might cause the issue, etc.).

@linrongbin16 linrongbin16 added the bug Something isn't working label Jan 30, 2023
@linrongbin16 linrongbin16 changed the title Invalid window id: 1010 when executing :Bdelete! Invalid window id: 1010 when executing :Bdelete!, working with nvim-tree.lua Jan 30, 2023
@linrongbin16 linrongbin16 changed the title Invalid window id: 1010 when executing :Bdelete!, working with nvim-tree.lua Invalid window id: 1010 when executing :Bdelete! with ttyfast option Jan 30, 2023
@famiu
Copy link
Owner

famiu commented Jun 14, 2023

ttyfast is removed from Nvim. See :help 'ttyfast' for details

@famiu famiu closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants