Skip to content

Commit b14cb86

Browse files
committed
Fixes editor copy operation.
1 parent 1ebd2c7 commit b14cb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/editor.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ PROC CopyFromMark
854854
linLen = 255
855855
endif
856856
move ptr, EditBuf, linLen
857-
edit = 1
857+
edited = 1
858858
exec SaveLine
859859
exec ForceDrawCurrentLine
860860

0 commit comments

Comments
 (0)