odeke-em / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Yank to named register clutters register " #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. yank something to a name register, eg: "gyw

What is the expected output? What do you see instead?
Expected: the yanked content should not appear in the " register!
Observed; the yanked content is in the " register!

What version of the product are you using? On what operating system?
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug  4 2014 13:41:20)
Included patches: 1-273
Modified by Gentoo-7.4.273

Please provide any additional information below.
To confirm the wrong content of the " register, type :reg or simply put the 
content by typing p
Notice that the yanked content is also in the named register as expected.

See also:
http://vim.1045645.n5.nabble.com/BUG-redir-tromping-yank-register-0-td5722084.ht
ml

Original issue reported on code.google.com by rolf.asmund@greenwavereality.com on 22 Aug 2014 at 11:43

GoogleCodeExporter commented 9 years ago
No, that's alright, see
    :h ""

Original comment by M8R-kyl...@safetymail.info on 23 Aug 2014 at 8:39

GoogleCodeExporter commented 9 years ago
Works as expected, closing

Original comment by chrisbr...@googlemail.com on 2 Oct 2014 at 7:42