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: Fri, 10 Jan 2020 16:07:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

> -     if (ISSET(TABS_TO_SPACES)) {
> +     if (ISSET(TABS_TO_SPACES) && !bracketed_paste) {
Additionally, the translation of TAB_CODE to INDENT_KEY (when the
mark is on) should be suppressed during a bracketed paste.

Benno

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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