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

"'<,'>g/fee/copy ." different behaviour from vim #1353

Closed
Andre0991 opened this issue Sep 17, 2020 · 1 comment
Closed

"'<,'>g/fee/copy ." different behaviour from vim #1353

Andre0991 opened this issue Sep 17, 2020 · 1 comment

Comments

@Andre0991
Copy link

Issue type

  • Bug report

Environment

Emacs version:GNU Emacs 27.1 (build 1, x86_64-apple-darwin19.4.0, NS appkit-1894.40 Version 10.15.4 (Build 19E287)) of 2020-08-26
Operating System: macOS Catalina
Evil version: 1.14.0
Evil installation type: I use Doom Emacs, it uses straight, I suppose it gets evil from melpa
Graphical/Terminal: graphical
Tested in a make emacs session (see CONTRIBUTING.md): Yes

Reproduction steps

  • Start Emacs
  • Past this:
foo-bar-fee
foo-bar-xum
bar-fee
bar-xum
  • Select all text and use '<,'>g/fee/copy .

Expected behavior

This is the result in vim:

foo-bar-fee
foo-bar-fee
foo-bar-xum
bar-fee
bar-fee
bar-xum

Actual behavior

foo-bar-fee
bar-xum
foo-bar-xum
bar-fee
bar-fee
bar-xum
@axelf4
Copy link
Collaborator

axelf4 commented Feb 14, 2023

I cannot reproduce this using the latest version of Evil.

@axelf4 axelf4 closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants