[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Nano 4.6 eats this line
From: |
Benno Schulenberg |
Subject: |
Re: Nano 4.6 eats this line |
Date: |
Mon, 16 Dec 2019 16:28:39 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
Op 14-12-2019 om 22:38 schreef Seb:
> * pressing <Tab> at the beginning of the line (or when the cursor is on
> the first letter, "p") makes the line disappear;
>
> * adding a character anywhere on the line except on the first column
> makes the line disappear.
As far as I can tell, the patch that I posted a few hours ago for a
different issue, fixes also your issue. Please try it out.
(The added characters in the second bullet point may not be blank
characters, otherwise surprising and unintended behavior will occur.
But it is the correct behavior, because you added "\" to the quoting
string, so nano sees "\" as the start of a comment and thus copies it
to the wrapped part.)
Patch is attached here for completeness.
Benno
0001-wrapping-do-automatic-hard-wrapping-also-when-autoin.patch
Description: Text Data
signature.asc
Description: OpenPGP digital signature
Re: Nano 4.6 eats this line, Benno Schulenberg, 2019/12/15
Re: Nano 4.6 eats this line,
Benno Schulenberg <=