id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
321	Trouble with mc's clipboard paste.	angel_il	angel_il	"mc's clipboard does not know whether something comes from a vertical or flowed selection (shift-f5 insertions are always flowed).

it's trouble if you want insert vertical block from mc clipboard file.

I think we need hotkey for change insertion mode: vertical/flowed.

for example file
'''~/.mc/cedit/cooledit.clip'''
have text
{{{
111
111
111
}}}

we edit file testfile.txt
{{{
222
222
222
}}}
we want insert vertical block after first char line #1
if mc in vertical mode of paste
result of insertion will be
{{{
211122
211122
211122
}}}
else
{{{
2111
111
111
22
222
222
}}}

"	enhancement	closed	minor	4.7	mcedit	4.6.2	fixed	commited-master					
