Skip to content

Commit

Permalink
elvish: filter tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 15, 2024
1 parent 2643e45 commit aed3a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/shell/elvish/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
var sanitizer = strings.NewReplacer(
"\n", ``,
"\r", ``,
"\t", ``,
)

func sanitize(values []common.RawValue) []common.RawValue {
Expand Down

0 comments on commit aed3a2c

Please sign in to comment.