fix: add enclosing double quotes to regex argument in serialize-fish-abbreviations in (home services shells
parent
d9c47e80ad
commit
73df9dcdbb
|
@ -67,7 +67,7 @@
|
||||||
#~((@@ (ice-9 format) format) #f
|
#~((@@ (ice-9 format) format) #f
|
||||||
"abbr --add ~a ~
|
"abbr --add ~a ~
|
||||||
~@[--position ~a ~]~
|
~@[--position ~a ~]~
|
||||||
~@[--regex ~a ~]~
|
~@[--regex \"~a\" ~]~
|
||||||
--set-cursor=~a ~
|
--set-cursor=~a ~
|
||||||
~a~%"
|
~a~%"
|
||||||
'#$name
|
'#$name
|
||||||
|
|
Loading…
Reference in New Issue