You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Important
This issue was migrated from Trac:
schuay
(jakob.gruber@….com)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
The text was updated successfully, but these errors were encountered: