We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*eat-1*
spacemacs/shell-pop-eat renames the current buffer to *eat-1*
SPC a t s a
foo.txt
Observed behaviour: 👀 💔 foo.txt buffer gets renamed to *eat-1*, and the shell buffer is called *eat*.
*eat*
Expected behaviour: ❤️ 😄 foo.txt buffer does not get renamed to *eat-1*, and the shell buffer is called *eat-1*.
(spell-checking syntax-checking compleseus mu4e ibuffer (org :variables org-enable-appear-support t org-enable-github-support t org-enable-modern-support t org-enable-notifications t org-project-capture-projects-file "TODO.org" org-start-notification-daemon-on-startup nil org-want-todo-bindings t) pdf (unicode-fonts :variables unicode-fonts-enable-ligatures t) eglot autohotkey csv emacs-lisp json markdown (ocaml :variables ocaml-format-on-save t) (rust :variables rust-backend nil) (scheme :variables scheme-implementations '(chez chicken guile)) (shell-scripts :variables shell-scripts-backend nil shell-scripts-format-on-save t) sql (nixos :variables nixos-format-on-save t) osx (git :variables git-enable-magit-todos-plugin t) (version-control :variables version-control-diff-tool nil) spacemacs-completion spacemacs-editing spacemacs-editing-visual spacemacs-evil spacemacs-language spacemacs-misc spacemacs-modeline spacemacs-navigation spacemacs-org spacemacs-project spacemacs-visual finance (shell :variables shell-default-shell 'shell shell-enable-smart-eshell t) (transmission :variables transmission-auto-refresh-all t) (bcc32 :variables bcc32-enable-auto-revert-debugging-at-startup nil bcc32-enable-explain-pause-at-startup nil) bcc32-ledger bcc32-org)
The text was updated successfully, but these errors were encountered:
[shell] Fix shell-pop renaming the wrong buffer for eat
d93fea9
Fix syl20bnr#16794.
d856b92
e0c05e0
Successfully merging a pull request may close this issue.
Description
spacemacs/shell-pop-eat renames the current buffer to
*eat-1*
Reproduction guide 🪲
SPC a t s a
in some random buffer, e.g.,foo.txt
Observed behaviour: 👀 💔
foo.txt
buffer gets renamed to*eat-1*
, and the shell buffer is called*eat*
.Expected behaviour: ❤️ 😄
foo.txt
buffer does not get renamed to*eat-1*
, and the shell buffer is called*eat-1*
.System Info 💻
The text was updated successfully, but these errors were encountered: