id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3058	nano editor started with incorrect options	schuay		"This bug report is copied from https://bugs.archlinux.org/task/36131?project=5&dev=3843:

Description:
If you set [mc] external editor Nano. That [mc] runs it with the wrong parameters ""%filename +%lineno"". while the Nano requires reverse order ""Usage: nano [OPTIONS] [[+ LINE, COLUMN] FILE] ..."".


Additional info:
mc-4.8.9

it is treated with:
edit /usr/share/mc/mc.lib
instead of
...
nano=%filename +%lineno
...

should be
...
nano=+%lineno %filename
...


Steps to reproduce:
1) set external editor Nano
2) open any file to edit
3) will open the file in nano
4) after close nano, will be opened ""temp"" file with name ""+1"" or same"	defect	closed	major		mc-core	master	duplicate					no branch	
