aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvis-complete2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-complete b/vis-complete
index 5468073..b9e4357 100755
--- a/vis-complete
+++ b/vis-complete
@@ -48,7 +48,7 @@ fi
PATTERN="$1"
if [ $COMPLETE_WORD = 1 ]; then
- tr -s '[:blank:]_' '\n' |
+ tr -s '\t {}()[],<>%^&.' '\n' |
grep "^$(basic_regex_quote "$PATTERN")." |
sort -u
else