vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Register * is corrupted while creating link with Enter on visually selected text #332

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Copy ExampleText into * register. (select it and "*y)
1. Write the text: New Link
2. Visually select it with 'v'
3. Press Enter to create link
4. check * register with ':reg *' command

What is the expected output? What do you see instead?
ExampleText should be in *, but there is New Link

Original issue reported on code.google.com by habamax on 28 May 2012 at 4:04

GoogleCodeExporter commented 8 years ago
It looks like linux vim X11 works this way -- once selected buffer * is filled 
with selected text.

Original comment by habamax on 28 May 2012 at 4:17