FS#11336 - Nano throws error (2.0.8-3)
Attached to Project:
Arch Linux
Opened by Matt (ybotspawn) - Friday, 29 August 2008, 01:19 GMT
Last edited by Roman Kyrylych (Romashka) - Friday, 29 August 2008, 19:30 GMT
Opened by Matt (ybotspawn) - Friday, 29 August 2008, 01:19 GMT
Last edited by Roman Kyrylych (Romashka) - Friday, 29 August 2008, 19:30 GMT
|
Details
Description:
set nowrap problem Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: using 2.0.8-3, open nano using standard syntax with any file and receive following error: Error in /etc/nanorc on line 4: Unknown flag "nowrap" Press Enter to continue starting nano. |
This task depends upon
Comment by Jan de Groot (JGC) -
Friday, 29 August 2008, 08:29 GMT
Nano has been built with --disable-wrapping, so it won't accept
any options for wrapping anymore. The default nanorc doesn't
contain nowrap, though it's documented as example inside it. You
can remove the set nowrap line to fix your bug.
Comment by Matt (ybotspawn) -
Friday, 29 August 2008, 13:31 GMT
Thanks!