[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH 1/3] text: let indenting/commenting skip the las
From: |
Brand Huntsman |
Subject: |
Re: [Nano-devel] [PATCH 1/3] text: let indenting/commenting skip the last line if its x is zero |
Date: |
Thu, 21 Dec 2017 02:41:32 -0700 |
On Wed, 20 Dec 2017 19:49:49 +0100
Benno Schulenberg <address@hidden> wrote:
> If the marked region ends at the start of a line, do not include that
> line in the indenting/undenting or commenting/uncommenting. This is
> closer to what the eye would expect.
This is how indent/comment should behave and all three patches seem to work
fine.