Closed fluks closed 5 years ago
%q is now replaced by the whole query part of the URL. Make it possible to only replace by certain keys. Maybe something like %q[k1,k2]. I don't know how useful this really is.
%q
%q[k1,k2]
Commit e8575b7 implements this.
%q
is now replaced by the whole query part of the URL. Make it possible to only replace by certain keys. Maybe something like%q[k1,k2]
. I don't know how useful this really is.