mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-12 02:33:38 +00:00
...
This commit is contained in:
parent
c83a8b0773
commit
779a7b7deb
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ func QuoteStringForFish(x string) string {
|
|||
|
||||
// Escapes common shell meta characters
|
||||
func EscapeSHMetaCharacters(x string) string {
|
||||
const metachars = "\\|&;<>()$'\" \n\t"
|
||||
ans := strings.Builder{}
|
||||
ans.Grow(len(x) + 32)
|
||||
for _, ch := range x {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue