nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] input: do not auto-indent when something is pasted into


From: Benno Schulenberg
Subject: Re: [PATCH 2/2] input: do not auto-indent when something is pasted into nano from outside
Date: Wed, 8 Jan 2020 19:33:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

Op 07-01-2020 om 22:25 schreef Brand Huntsman:
> The following disables tabgives conversion during a paste, to match uncut and 
> insertfile behavior.
> 
> in text.c do_tab():
> -   if (openfile->syntax && openfile->syntax->tab)
> +   if (openfile->syntax && openfile->syntax->tab && !bracketed_paste)

Okay.

Benno



Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]