[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH] replacing: don't skip the first character of a
From: |
Brand Huntsman |
Subject: |
Re: [Nano-devel] [PATCH] replacing: don't skip the first character of a backwards-marked region |
Date: |
Sat, 6 Jan 2018 02:11:37 -0700 |
On Wed, 3 Jan 2018 11:14:07 +0100
Benno Schulenberg <address@hidden> wrote:
> Also, when replacing forwards, do not first skip the occurrence at the
> cursor and then replace it at the end, but begin with it, as one would
> expect.
>
> [ Any objections against this behavior change? ]
Does it break search for you? I am only able to find the first instance of a
query with this patch applied.