Skip to content

Commit

Permalink
Merge pull request #1015 from carapace-sh/elvish-filter-tab
Browse files Browse the repository at this point in the history
elvish: filter tab
  • Loading branch information
rsteube committed May 15, 2024
2 parents 7ed3d0a + aed3a2c commit f3fe0f8
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 f3fe0f8

Please sign in to comment.