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: multiwindow support; fix bugs #508

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

apollo1321
Copy link
Contributor

@apollo1321 apollo1321 force-pushed the fix-bugs branch 2 times, most recently from 7408d58 to 89cdae3 Compare October 18, 2024 20:47
@@ -61,15 +67,14 @@ local function cannot_open(bufnr, winid)
or vim.bo[bufnr].filetype == ''
or vim.bo[bufnr].buftype ~= ''
or vim.wo[winid].previewwindow
or vim.fn.getcmdtype() ~= ''
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deleting random window when in cmdline causes window context flickering.

@lewis6991 lewis6991 merged commit e7fdb4c into nvim-treesitter:master Oct 18, 2024
2 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