Re: [dev] [st] [PATCH] Change the behavior of word snapping on delimiters

2014-08-21 Thread Ivan Delalande
On Thu, Aug 21, 2014 at 07:17:00PM -0700, Eric Pruitt wrote: > On Thu, Aug 21, 2014 at 07:10:51PM +0200, Roberto E. Vargas Caballero wrote: > > Applied, thanks! > > I don't see this or any of the other recent patches in the st repo: > > st$ git pull > Already up-to-date. > st$ git log

Re: [dev] [st] [PATCH] Change the behavior of word snapping on delimiters

2014-08-21 Thread Eric Pruitt
On Thu, Aug 21, 2014 at 07:10:51PM +0200, Roberto E. Vargas Caballero wrote: > Applied, thanks! I don't see this or any of the other recent patches in the st repo: st$ git pull Already up-to-date. st$ git log | fgrep 'Change the behavior of word snapping on delimiters' (1) Eric

Re: [dev] [st] [PATCH] Move calls to selsnap into selnormalize

2014-08-21 Thread Roberto E. Vargas Caballero
On Wed, Aug 20, 2014 at 09:14:08PM +0200, Ivan Delalande wrote: > This simplifies getbuttoninfo() and bpress(), and fixes a bug which made word > snapping behave incorrectly when a delimiter was at the beginning or end of > line. Applied, thanks! -- Roberto E. Vargas Caballero

Re: [dev] [st] [PATCH] Change the behavior of word snapping on delimiters

2014-08-21 Thread Roberto E. Vargas Caballero
> This makes any sequence of identical delimiters be considered a single > word in word-snapping mode. This seems more coherent for this mode and > is similar to what xterm does. Applied, thanks! -- Roberto E. Vargas Caballero