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] 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

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

2014-08-20 Thread Ivan Delalande
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. --- st.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/st.c b/st.c index 4bc9e70..e929407 1