shithub: Nail

Download patch

ref: 068c0954d49f78396ce930fcb472b54208b03858
parent: f402381351f0648e4c2142906db1bea2dda23d75
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Nov 5 00:41:59 EST 2020

restore previous expansion behavior

--- a/win.c
+++ b/win.c
@@ -275,7 +275,7 @@
 	char *s;
 	int q0, q1, ns;
 
-	if(e->action != 'L' || e->q0 != e->q1)
+	if(e->q0 != e->q1)
 		return nil;
 
 	q0 = wineval(w, "#%d-%s", e->q0, delim);