-
-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove current buffer from helm-projectile-switch-project #721
Comments
//cc @tuhdo |
Actually, |
@tuhdo I still don't understand. I looked into |
@tuhdo Thank you! |
Probably no one notices it. You should make a PR. |
This fix seemed to break helm-projectile-switch-to-buffer for me for some reason, causing it to yield an empty buffer list without any error. Curiously, by doing the cdr earlier, on line 500 instead like so:
The problem magically disappears (with the current buffer omitted from the list). Anyone else getting this? |
Awesome, thanks! |
Every time I use
helm-projectile-switch-project
, I find that the current buffer is in theProject buffers
section.This behavior is really odd most of the time. Cause if I use
helm-projectile-switch-project
instead ofhelm-projectile-find-file
, the current buffer is clearly not the file of the Project I want.And I also find that the current buffer's path is changed to the chosen project path.
Like this:
But the original path of
ics.org
is:(Original posted in syl20bnr/spacemacs#1275)
The text was updated successfully, but these errors were encountered: