fix typo in cp-switch-to-buffer prompt
This commit is contained in:
parent
15d1bd392d
commit
b157a8d12c
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ BUFFER may be a string or nil."
|
|||
"Switch to a project buffer.
|
||||
If optional argument VIRTUAL is non-nil, add project files as virtual buffers."
|
||||
(interactive)
|
||||
(ivy-read (projectile-prepend-project-name "Switch-to-buffer: ")
|
||||
(ivy-read (projectile-prepend-project-name "Switch to buffer: ")
|
||||
(counsel-projectile--buffer-list virtual)
|
||||
:matcher #'ivy--switch-buffer-matcher
|
||||
:action #'counsel-projectile--switch-buffer-action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue