Closed jasonmiu closed 3 years ago
I figured out this was not the helm-projectile-switch-to-buffer
issue, but because I rebound it to projectile-switch-to-buffer
, and my system was actually showing the behavior of the latter one.
So this is the issue of projectile-switch-to-buffer
, sorry for the confusion, my bad. Closing this now.
Expected behavior
After calling the command
helm-projectile-switch-to-buffer
, the helm buffer list appears for selecting a buffer. If "C-g" (keyboard-quit
) is entered, thehelm-projectile-switch-to-buffer
should quit and the current buffer should not be changed.Actual behavior
"C-g" caused the
helm-projectile-switch-to-buffer
switching to a previous buffer.Steps to reproduce the problem
helm-projectile-switch-to-buffer
, the buffer selecting list appearsBacktraces if necessary (
M-x toggle-debug-on-error
)no error from the command
Environment & version information
helm-projectile
version: 1.0.0helm
version (inhelm-pkg.el
): 3.8.0projectile
version (M-x projectile-version
): 2.4.0M-x emacs-version
): 27.1