bug-ed
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cut buffer does not persist between files


From: Brian Zwahr
Subject: Cut buffer does not persist between files
Date: Tue, 03 Dec 2019 11:47:27 -0600
User-agent: Cyrus-JMAP/3.1.7-612-g13027cc-fmstable-20191203v1

I'm running into an issue that I'm not sure if it's a feature, a bug, or just 
an oversight. If I open a file in ed, yank some text with `y`, then open a new 
file for editing using `e`, I can't paste the yanked text with `x`. Example:

# Start with two files - test1 and test 2
# I want to copy the second line from test1 into test2
$ ed test1
25
# print the text stored in the file test1 with line numbers
,n
1 test1 text
2 a second line
# yank (copy) the second line of the file test1
2y
# open file test2 for editing
e test2
11
# attempt to paste the yanked text from test1 into test2
x
?
h
Nothing to put



reply via email to

[Prev in Thread] Current Thread [Next in Thread]