Skip to content
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

sp-backward-kill-word doesn't properly append kill #630

Closed
Malabarba opened this issue Jul 13, 2016 · 1 comment
Closed

sp-backward-kill-word doesn't properly append kill #630

Malabarba opened this issue Jul 13, 2016 · 1 comment
Labels
Milestone

Comments

@Malabarba
Copy link

  1. In ruby-mode, write: some_long_symbol.
  2. Invoke sp-backward-kill-word 3 times (with a keybind).
  3. Yank back the text with C-y.

You'll get this: symbollong_some_.

@Fuco1 Fuco1 added the bug label Jul 21, 2016
@Fuco1 Fuco1 modified the milestone: 1.9 Sep 25, 2016
@Fuco1 Fuco1 closed this as completed in 144f897 Oct 1, 2016
@Fuco1
Copy link
Owner

Fuco1 commented Oct 1, 2016

Thanks :)

FYI, when calling kill-region if you do (kill-region beg end) it appends the kill and if (kill-region end beg) it prepends (that is, first argument > second argument means prepend). I did not know that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants