ctrlp_bdelete.vim icon indicating copy to clipboard operation
ctrlp_bdelete.vim copied to clipboard

An extension to ctrlp.vim for deleting open buffers

Results 8 ctrlp_bdelete.vim issues
Sort by recently updated
recently updated
newest added

This is a really nice plugin. But unfortunately, this functionality does not work with neovim. I tried with nvim-0.2.0. Is it possible to look into this?

So I was trying to follow up on one of your todos, by adding support for custom mappings instead of ``. ``` if !exists("g:ctrlp_bdelete_map") let g:ctrlp_bdelete_map = "" end execute...

I found a bug wherein if you press `` when the buffer list is empty, it causes a weird issue to occur where CtrlP takes over the entire screen. This...

Pull request for issue #9 and #10

Given `fname` = `C:\apps\cygwin\usr\include\bash\general.h`, after parsing, `bufid` will be `D:\apps\cygwin\usr\include\bash\general.h` in some cases, which is incorrect.

Sometimes the `fname` will be parsed as (I've no idea why it happens in that way): `C:\Program Files (x86)\vim\[18*No Name]` So the result of regex `matchstr(fname, '\d\+')` will be `86`,...

They're clumsy English and code, so plese correct it freely.

In this screenshot, the top buffer, which is a Netrw Directory Listing, ![https://dl.dropboxusercontent.com/s/zcfmghdwxo9flt7/ControlP_20140604_142943_20140604_142946.png](https://dl.dropboxusercontent.com/s/zcfmghdwxo9flt7/ControlP_20140604_142943_20140604_142946.png) Cannot be deleted using `Ctrl + @`. In another weird twist... CtrlP seems unusable when viewing these...