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

Can't paste into / search while in V-LINE mode #11846

Closed
nodingneu opened this issue Feb 10, 2020 · 2 comments · Fixed by #16585
Closed

Can't paste into / search while in V-LINE mode #11846

nodingneu opened this issue Feb 10, 2020 · 2 comments · Fixed by #16585
Labels
bug issues reporting wrong behavior clipboard clipboard, paste has:repro issue contains minimal reproducing steps
Milestone

Comments

@nodingneu
Copy link

nodingneu commented Feb 10, 2020

  • nvim --version: 0.4.3
  • vim -u DEFAULTS (version: ) behaves differently?
  • Operating system/version: macOS Catalina 10.15.2
  • Terminal name/version: Terminal.app
  • $TERM:

Steps to reproduce using nvim -u NORC

Enter visual line mode and then search for text (with /) and then paste stuff from the clipboard.

echo elephant | pbcopy
nvim -u NORC
ienter some text
to search
around in
elephant<ESC>ggV/<CMD-v>

Actual behaviour

It puts elephant into the buffer like

eelephantnter some text
to search...

Expected behaviour

It should put elephant into the command line as your search query /elephant and then V-line should move to the elephant in the text (line 4)

@nodingneu nodingneu added the bug issues reporting wrong behavior label Feb 10, 2020
@justinmk justinmk added the clipboard clipboard, paste label Feb 10, 2020
@justinmk justinmk added this to the 0.5 milestone Feb 10, 2020
@justinmk
Copy link
Member

Minimal repro:

ggV/<CMD-v>

@justinmk justinmk added the has:repro issue contains minimal reproducing steps label Feb 10, 2020
@janlazo janlazo modified the milestones: 0.5, 0.5.1 Feb 14, 2021
@justinmk justinmk modified the milestones: 0.5.1, 0.5.2 Sep 26, 2021
@zeertzjq
Copy link
Member

Related: vim/vim#6127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior clipboard clipboard, paste has:repro issue contains minimal reproducing steps
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants