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(bufferline): use BufDel %d instead of bdelete! %d #1136

Merged
merged 2 commits into from
Jan 8, 2024
Merged

fix(bufferline): use BufDel %d instead of bdelete! %d #1136

merged 2 commits into from
Jan 8, 2024

Conversation

Cyberczy
Copy link
Contributor

@Cyberczy Cyberczy commented Jan 7, 2024

When I use the close button on bufferline, it often exits abnormally.
After using BufDel %d instead of bdelete! %d, this situation no longer occurs.

When I use the close button on bufferline, it often exits abnormally.
After using BufDel instead of bdelete! %d, this situation no longer occurs.

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
@Cyberczy Cyberczy changed the title Use BufDel instead of bdelete! %d Use BufDel %d instead of bdelete! %d Jan 7, 2024
@Cyberczy Cyberczy mentioned this pull request Jan 8, 2024
3 tasks
@Cyberczy
Copy link
Contributor Author

Cyberczy commented Jan 8, 2024

fix #1135

@CharlesChiuGit CharlesChiuGit changed the title Use BufDel %d instead of bdelete! %d fix(bufferline): use BufDel %d instead of bdelete! %d Jan 8, 2024
Copy link
Collaborator

@CharlesChiuGit CharlesChiuGit left a comment

Choose a reason for hiding this comment

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

can confrim. it works.

@ayamir ayamir linked an issue Jan 8, 2024 that may be closed by this pull request
3 tasks
@ayamir ayamir merged commit 5f567d4 into ayamir:main Jan 8, 2024
2 checks passed
singlemancombat pushed a commit to singlemancombat/nvim-config that referenced this pull request Jan 9, 2024
* Use BufDel instead of bdelete! %d

When I use the close button on bufferline, it often exits abnormally.
After using BufDel instead of bdelete! %d, this situation no longer occurs.

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>

* Use BufDel %d instead of bdelete! %d

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>

---------

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
singlemancombat pushed a commit to singlemancombat/nvim-config that referenced this pull request Jan 9, 2024
* Use BufDel instead of bdelete! %d

When I use the close button on bufferline, it often exits abnormally.
After using BufDel instead of bdelete! %d, this situation no longer occurs.

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>

* Use BufDel %d instead of bdelete! %d

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>

---------

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
Jint-lzxy added a commit that referenced this pull request Jan 10, 2024
This is a follow-up fix for #1136. It prevents `bufferline` from
tripping over errors thrown by `nvim-bufdel`, and is also keeping
up with the upstream close command (`bdelete!`)
CharlesChiuGit pushed a commit that referenced this pull request Jan 10, 2024
This is a follow-up fix for #1136. It prevents `bufferline` from
tripping over errors thrown by `nvim-bufdel`, and is also keeping
up with the upstream close command (`bdelete!`)
@Cyberczy Cyberczy deleted the patch-1 branch January 10, 2024 08:40
ttbug pushed a commit to ttbug/nvimconf that referenced this pull request Jan 12, 2024
* Use BufDel instead of bdelete! %d

When I use the close button on bufferline, it often exits abnormally.
After using BufDel instead of bdelete! %d, this situation no longer occurs.

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>

* Use BufDel %d instead of bdelete! %d

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>

---------

Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
ttbug pushed a commit to ttbug/nvimconf that referenced this pull request Jan 12, 2024
This is a follow-up fix for ayamir#1136. It prevents `bufferline` from
tripping over errors thrown by `nvim-bufdel`, and is also keeping
up with the upstream close command (`bdelete!`)
singlemancombat pushed a commit to singlemancombat/nvim-config that referenced this pull request Jan 14, 2024
This is a follow-up fix for ayamir#1136. It prevents `bufferline` from
tripping over errors thrown by `nvim-bufdel`, and is also keeping
up with the upstream close command (`bdelete!`)
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.

Use mouse shut down accidentally.
3 participants