Skip to content

fix: only attach to normal buffers - #333

Merged
zbirenbaum merged 1 commit into
zbirenbaum:masterfrom
liskin:patch-1
Dec 11, 2024
Merged

fix: only attach to normal buffers#333
zbirenbaum merged 1 commit into
zbirenbaum:masterfrom
liskin:patch-1

Conversation

@liskin

@liskin liskin commented Nov 3, 2024

Copy link
Copy Markdown
Contributor

not vim.bo.buftype == "" means (not vim.bo.buftype) == "" in Lua…

`not vim.bo.buftype == ""` means `(not vim.bo.buftype) == ""` in Lua…
@zbirenbaum
zbirenbaum merged commit e601a39 into zbirenbaum:master Dec 11, 2024
@liskin
liskin deleted the patch-1 branch December 12, 2024 15:11
jamilraichouni added a commit to jamilraichouni/engine-room that referenced this pull request Jan 15, 2025
The plugin `copilot.lua` does not support `buftype=nofile` since
November 2024:

zbirenbaum/copilot.lua#333

This commit ensures, that Copilot continues to work as expected for
ChatGPT conversation buffers.
jamilraichouni added a commit to jamilraichouni/engine-room that referenced this pull request Feb 10, 2025
The plugin `copilot.lua` does not support `buftype=nofile` since
November 2024:

zbirenbaum/copilot.lua#333

This commit ensures, that Copilot continues to work as expected for
ChatGPT conversation buffers.
jamilraichouni added a commit to jamilraichouni/engine-room that referenced this pull request Feb 14, 2025
The plugin `copilot.lua` does not support `buftype=nofile` since
November 2024:

zbirenbaum/copilot.lua#333

This commit ensures, that Copilot continues to work as expected for
ChatGPT conversation buffers.
jamilraichouni added a commit to jamilraichouni/engine-room that referenced this pull request Feb 14, 2025
The plugin `copilot.lua` does not support `buftype=nofile` since
November 2024:

zbirenbaum/copilot.lua#333

This commit ensures, that Copilot continues to work as expected for
ChatGPT conversation buffers.
jamilraichouni added a commit to jamilraichouni/engine-room that referenced this pull request Feb 20, 2025
The plugin `copilot.lua` does not support `buftype=nofile` since
November 2024:

zbirenbaum/copilot.lua#333

This commit ensures, that Copilot continues to work as expected for
ChatGPT conversation buffers.
jamilraichouni added a commit to jamilraichouni/engine-room that referenced this pull request Feb 20, 2025
The plugin `copilot.lua` does not support `buftype=nofile` since
November 2024:

zbirenbaum/copilot.lua#333

This commit ensures, that Copilot continues to work as expected for
ChatGPT conversation buffers.
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