nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [RFC] improved word bounds


From: Brand Huntsman
Subject: Re: [Nano-devel] [RFC] improved word bounds
Date: Sat, 28 Jul 2018 04:11:21 -0600

On Fri, 27 Jul 2018 23:35:21 -0600
Brand Huntsman <address@hidden> wrote:

> Attached patch fixes this issue. The only problem is that it makes
> start of each line a jump point. That can be fixed if the patch is
> wanted. do_next_word would need to move over whitespace after
> newlines. do_prev_word would need to move over whitespace and then
> move over newlines, which is more complicated than the do_next_word
> fix.

Attached patch fixes above problem and a bug when moving left on a line with a 
single indentation character.

Attachment: only-newline-words-span-lines-v2.patch
Description: Text Data


reply via email to

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