Skip to content

Commit

Permalink
vis-complete: also split on \
Browse files Browse the repository at this point in the history
suggested in [0] since it will be help for latex

[0]: dac6a7e#comments
  • Loading branch information
rnpnr committed Sep 28, 2023
1 parent 2dcd9ac commit 312a16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vis-complete
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
PATTERN="$1"

if [ $COMPLETE_WORD = 1 ]; then
tr -s '\t {}()[],<>%^&.' '\n' |
tr -s '\t {}()[],<>%^&.\\' '\n' |
grep "^$(basic_regex_quote "$PATTERN")." |
sort -u
else
Expand Down

0 comments on commit 312a16e

Please sign in to comment.