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(tbufline): Incorrectly added invalid buf to vim.t.bufs. #33

Merged
merged 1 commit into from
Nov 13, 2022

Conversation

lll9p
Copy link
Contributor

@lll9p lll9p commented Nov 13, 2022

Fix: #31 #32

By adding isBufValid(args.buf) to determine if bufs like nvim-tree window is valid. BTW, The determination of whether one new added buf is valid is very complicated and needs to be simplified.

Fix: NvChad#31 NvChad#32 

By adding `isBufValid(args.buf)` to determine if bufs like `nvim-tree` window is valid.
BTW, The determination of whether one new added buf is valid is very complicated and needs to be simplified.
@lll9p lll9p changed the title Fix: Incorrectly added invalid buf to vim.t.bufs. Fix(tbufline): Incorrectly added invalid buf to vim.t.bufs. Nov 13, 2022
@Fabian-programmer
Copy link
Contributor

Works for me 👍

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.

TbufPick flawed
3 participants