Fix narf:kill-buried-buffers
This commit is contained in:
parent
3976886b4e
commit
6151c7dd48
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ left, create a scratch buffer."
|
||||||
"Kill buried project buffers (in workgroup) and report how many it found. BANG = get all
|
"Kill buried project buffers (in workgroup) and report how many it found. BANG = get all
|
||||||
buffers regardless of project."
|
buffers regardless of project."
|
||||||
(interactive "<!>")
|
(interactive "<!>")
|
||||||
(narf-kill-buffers (narf/get-buffers (not bang)) 'narf/get-buried-buffers))
|
(narf--kill-buffers (narf/get-buried-buffers (narf/get-buffers (not bang)))))
|
||||||
|
|
||||||
;;;###autoload (autoload 'narf:kill-buried-buffers "defuns-buffers" nil t)
|
;;;###autoload (autoload 'narf:kill-buried-buffers "defuns-buffers" nil t)
|
||||||
(evil-define-command narf:kill-matching-buffers (&optional bang pattern)
|
(evil-define-command narf:kill-matching-buffers (&optional bang pattern)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue