Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / famiu/bufdelete.nvim issues and pull requests

#54 - [Feature] Delete all other buffers

Issue - State: closed - Opened by ecly 7 months ago - 4 comments
Labels: enhancement

#54 - [Feature] Delete all other buffers

Issue - State: closed - Opened by ecly 7 months ago - 4 comments
Labels: enhancement

#53 - Utilize nvim_buf_is_loaded for more accurate buffer validation

Pull Request - State: closed - Opened by vlmonk 9 months ago - 3 comments

#53 - Utilize nvim_buf_is_loaded for more accurate buffer validation

Pull Request - State: closed - Opened by vlmonk 9 months ago - 3 comments

#52 - [Bug] Error Triggered When Deleting Fugitive Buffer in Neovim

Issue - State: closed - Opened by vlmonk 9 months ago
Labels: bug

#52 - [Bug] Error Triggered When Deleting Fugitive Buffer in Neovim

Issue - State: closed - Opened by vlmonk 9 months ago
Labels: bug

#51 - [Bug] Deleting a buffer that set 'bufhidden=delete' will trigger Vim error E516.

Issue - State: closed - Opened by gh-liu 10 months ago - 3 comments
Labels: bug

#51 - [Bug] Deleting a buffer that set 'bufhidden=delete' will trigger Vim error E516.

Issue - State: closed - Opened by gh-liu 10 months ago - 3 comments
Labels: bug

#50 - [Feature] Restrict closing-by-search-term to only close a buffer if a single buffer matches the term.

Issue - State: open - Opened by neandrake 11 months ago - 2 comments
Labels: enhancement

#50 - [Feature] Restrict closing-by-search-term to only close a buffer if a single buffer matches the term.

Issue - State: open - Opened by neandrake 11 months ago - 2 comments
Labels: enhancement

#49 - feat: allow filtering buffers that can be switched to

Pull Request - State: closed - Opened by famiu 11 months ago

#49 - feat: allow filtering buffers that can be switched to

Pull Request - State: closed - Opened by famiu 11 months ago

#48 - Filtering buffers that could be opened after Bdelete.

Pull Request - State: closed - Opened by spimanov about 1 year ago - 4 comments

#48 - Filtering buffers that could be opened after Bdelete.

Pull Request - State: closed - Opened by spimanov about 1 year ago - 4 comments

#47 - Don't switch to special buffers such as quickfix

Pull Request - State: closed - Opened by eyalz800 about 1 year ago - 3 comments

#47 - Don't switch to special buffers such as quickfix

Pull Request - State: closed - Opened by eyalz800 about 1 year ago - 3 comments

#46 - [Feature] Provide a hook to ignore layout keep

Issue - State: closed - Opened by Shatur over 1 year ago - 4 comments
Labels: enhancement

#46 - [Feature] Provide a hook to ignore layout keep

Issue - State: closed - Opened by Shatur over 1 year ago - 4 comments
Labels: enhancement

#45 - [Bug] After `BDelete`, focus will always go to first buffer

Issue - State: closed - Opened by keaising over 1 year ago - 4 comments
Labels: bug

#45 - [Bug] After `BDelete`, focus will always go to first buffer

Issue - State: closed - Opened by keaising over 1 year ago - 4 comments
Labels: bug

#44 - [Bug] bad argument #1 to 'ipairs' (table expected, got number)

Issue - State: closed - Opened by barklan over 1 year ago - 3 comments
Labels: bug

#44 - [Bug] bad argument #1 to 'ipairs' (table expected, got number)

Issue - State: closed - Opened by barklan over 1 year ago - 3 comments
Labels: bug

#43 - [Bug]

Issue - State: closed - Opened by ckoehler over 1 year ago - 2 comments
Labels: bug

#43 - [Bug]

Issue - State: closed - Opened by ckoehler over 1 year ago - 2 comments
Labels: bug

#42 - fix: Allow unloaded buffers to be deleted as well

Pull Request - State: closed - Opened by mehalter over 1 year ago - 1 comment

#42 - fix: Allow unloaded buffers to be deleted as well

Pull Request - State: closed - Opened by mehalter over 1 year ago - 1 comment

#41 - [Feature] Always open empty buffer when closing a buffer

Issue - State: closed - Opened by TylerBarnes over 1 year ago - 1 comment
Labels: enhancement

#41 - [Feature] Always open empty buffer when closing a buffer

Issue - State: closed - Opened by TylerBarnes over 1 year ago - 1 comment
Labels: enhancement

#40 - feat: use confirm() instead of echo

Pull Request - State: closed - Opened by isaksamsten over 1 year ago - 5 comments

#40 - feat: use confirm() instead of echo

Pull Request - State: closed - Opened by isaksamsten over 1 year ago - 5 comments

#39 - How could you delete all buffers other than the current one?

Issue - State: closed - Opened by serhez over 1 year ago - 1 comment
Labels: enhancement

#39 - How could you delete all buffers other than the current one?

Issue - State: closed - Opened by serhez over 1 year ago - 1 comment
Labels: enhancement

#38 - [Feature] After deleting or wiping out a buffer go to the last jump location

Issue - State: closed - Opened by augustocdias over 1 year ago - 1 comment
Labels: enhancement

#38 - [Feature] After deleting or wiping out a buffer go to the last jump location

Issue - State: closed - Opened by augustocdias over 1 year ago - 1 comment
Labels: enhancement

#37 - [Feature] Use the native confirmation dialogue

Issue - State: closed - Opened by musjj over 1 year ago
Labels: enhancement

#37 - [Feature] Use the native confirmation dialogue

Issue - State: closed - Opened by musjj over 1 year ago
Labels: enhancement

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

Issue - State: closed - Opened by linrongbin16 almost 2 years ago - 1 comment
Labels: bug

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

Issue - State: closed - Opened by linrongbin16 almost 2 years ago - 1 comment
Labels: bug

#35 - feat: close prompt for terminal buffers

Pull Request - State: closed - Opened by famiu almost 2 years ago

#35 - feat: close prompt for terminal buffers

Pull Request - State: closed - Opened by famiu almost 2 years ago

#34 - Add support for terminal buffers

Pull Request - State: closed - Opened by msaher almost 2 years ago - 1 comment

#34 - Add support for terminal buffers

Pull Request - State: closed - Opened by msaher almost 2 years ago - 1 comment

#33 - feat: change esc to act like cancel for change prompt

Pull Request - State: closed - Opened by chanced almost 2 years ago - 1 comment

#33 - feat: change esc to act like cancel for change prompt

Pull Request - State: closed - Opened by chanced almost 2 years ago - 1 comment

#32 - [Feature] Allow for configurability of pressing esc when prompted regarding changes after bufdelete(0, false)

Issue - State: closed - Opened by chanced almost 2 years ago - 1 comment
Labels: enhancement

#32 - [Feature] Allow for configurability of pressing esc when prompted regarding changes after bufdelete(0, false)

Issue - State: closed - Opened by chanced almost 2 years ago - 1 comment
Labels: enhancement

#31 - [Feature] If use the Bdelete in a modified buffer, could there be a UI selector?

Issue - State: closed - Opened by Fau818 almost 2 years ago - 2 comments
Labels: enhancement

#31 - [Feature] If use the Bdelete in a modified buffer, could there be a UI selector?

Issue - State: closed - Opened by Fau818 almost 2 years ago - 2 comments
Labels: enhancement

#30 - fix: term buffers not closing

Pull Request - State: closed - Opened by famiu about 2 years ago

#30 - fix: term buffers not closing

Pull Request - State: closed - Opened by famiu about 2 years ago

#29 - [Feature] Delete or Wipe all hidden buffers

Issue - State: closed - Opened by lyndhurst about 2 years ago - 1 comment
Labels: enhancement

#29 - [Feature] Delete or Wipe all hidden buffers

Issue - State: closed - Opened by lyndhurst about 2 years ago - 1 comment
Labels: enhancement

#28 - [Bug] Cannot use `:Bdelete` in terminal buffer

Issue - State: closed - Opened by mehalter about 2 years ago - 3 comments
Labels: bug

#28 - [Bug] Cannot use `:Bdelete` in terminal buffer

Issue - State: closed - Opened by mehalter about 2 years ago - 3 comments
Labels: bug

#27 - [Bug] Error message everytime i start nvim

Issue - State: closed - Opened by PumpedSardines about 2 years ago - 2 comments
Labels: bug

#27 - [Bug] Error message everytime i start nvim

Issue - State: closed - Opened by PumpedSardines about 2 years ago - 2 comments
Labels: bug

#26 - [Not a bug]

Issue - State: closed - Opened by Slushee-a about 2 years ago - 2 comments
Labels: bug

#26 - [Not a bug]

Issue - State: closed - Opened by Slushee-a about 2 years ago - 2 comments
Labels: bug

#25 - fix: switch to existing valid buffers even if they're unloaded

Pull Request - State: closed - Opened by famiu about 2 years ago

#25 - fix: switch to existing valid buffers even if they're unloaded

Pull Request - State: closed - Opened by famiu about 2 years ago

#24 - Uncomfortable behavior change on buffer delete

Issue - State: closed - Opened by latipun7 about 2 years ago
Labels: bug

#24 - Uncomfortable behavior change on buffer delete

Issue - State: closed - Opened by latipun7 about 2 years ago
Labels: bug

#23 - feat: add minimal_init.lua

Pull Request - State: closed - Opened by famiu about 2 years ago

#23 - feat: add minimal_init.lua

Pull Request - State: closed - Opened by famiu about 2 years ago

#22 - feat!: allow buffer name and range.

Pull Request - State: closed - Opened by famiu about 2 years ago

#22 - feat!: allow buffer name and range.

Pull Request - State: closed - Opened by famiu about 2 years ago

#21 - A strange delay when closing a buffer

Issue - State: closed - Opened by lcfd about 2 years ago - 4 comments

#21 - A strange delay when closing a buffer

Issue - State: closed - Opened by lcfd about 2 years ago - 4 comments

#20 - Allow range command

Issue - State: closed - Opened by latipun7 about 2 years ago - 1 comment

#19 - how to work with Bufferline?

Issue - State: closed - Opened by ShiChenCong over 2 years ago

#19 - how to work with Bufferline?

Issue - State: closed - Opened by ShiChenCong over 2 years ago

#18 - [request] Callback or event for when there's no next buffer

Issue - State: closed - Opened by bennypowers over 2 years ago - 6 comments

#18 - [request] Callback or event for when there's no next buffer

Issue - State: closed - Opened by bennypowers over 2 years ago - 6 comments

#17 - [Bug] After the last update now buffers are randomly opened

Issue - State: closed - Opened by pidgeon777 over 2 years ago - 4 comments

#17 - [Bug] After the last update now buffers are randomly opened

Issue - State: closed - Opened by pidgeon777 over 2 years ago - 4 comments

#16 - random error: invalid window id

Issue - State: closed - Opened by ViRu-ThE-ViRuS over 2 years ago - 2 comments

#16 - random error: invalid window id

Issue - State: closed - Opened by ViRu-ThE-ViRuS over 2 years ago - 2 comments

#15 - Cannot close unlisted buffers

Issue - State: closed - Opened by EtiamNullam over 2 years ago - 1 comment

#15 - Cannot close unlisted buffers

Issue - State: closed - Opened by EtiamNullam over 2 years ago - 1 comment

#14 - Handle buffers not attached to windows

Issue - State: closed - Opened by showermat over 2 years ago - 2 comments

#14 - Handle buffers not attached to windows

Issue - State: closed - Opened by showermat over 2 years ago - 2 comments

#13 - Ability to close all possible buffers

Issue - State: closed - Opened by Strongleong over 2 years ago - 1 comment

#13 - Ability to close all possible buffers

Issue - State: closed - Opened by Strongleong over 2 years ago - 1 comment

#12 - Prompt to save or ignore changes instead of abort command

Issue - State: closed - Opened by defpis almost 3 years ago - 1 comment

#12 - Prompt to save or ignore changes instead of abort command

Issue - State: closed - Opened by defpis almost 3 years ago - 1 comment

#11 - Outdated documentation with Bdelete and Bwipeout

Issue - State: closed - Opened by chmouel almost 3 years ago - 2 comments

#11 - Outdated documentation with Bdelete and Bwipeout

Issue - State: closed - Opened by chmouel almost 3 years ago - 2 comments

#10 - Check the 'modified' option of target buffer

Pull Request - State: closed - Opened by yelite almost 3 years ago

#10 - Check the 'modified' option of target buffer

Pull Request - State: closed - Opened by yelite almost 3 years ago

#9 - I can't close Netrw with bufdelete function

Issue - State: closed - Opened by gbrlsnchs about 3 years ago - 2 comments

#9 - I can't close Netrw with bufdelete function

Issue - State: closed - Opened by gbrlsnchs about 3 years ago - 2 comments

#8 - Fix #7: Don't depend on the builtin ':bd' to switch buffers

Pull Request - State: closed - Opened by spindensity about 3 years ago

#7 - Can't keep the window layout when deleting buffer

Issue - State: closed - Opened by spindensity about 3 years ago

#6 - Error when deleting buffer with `bufhidden=wipe`

Issue - State: closed - Opened by jdrouhard about 3 years ago - 9 comments

#5 - Fix bufdelete showing wrong next buffer

Pull Request - State: closed - Opened by famiu over 3 years ago

#4 - Show wrong next buffer

Issue - State: closed - Opened by Nguyen-Hoang-Nam over 3 years ago - 2 comments

#3 - Failed to clear dstein64/nvim-scrollview from buffer at once after running Bdelete

Issue - State: closed - Opened by Julpikar over 3 years ago - 3 comments

#2 - Various improvements

Pull Request - State: closed - Opened by f1rstlady over 3 years ago

#1 - one file opens in multiple buffers

Issue - State: closed - Opened by siduck over 3 years ago