summaryrefslogtreecommitdiffstats
path: root/bash-completion/more
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/more')
-rw-r--r--bash-completion/more2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/more b/bash-completion/more
index 945c7b341..809cea2b3 100644
--- a/bash-completion/more
+++ b/bash-completion/more
@@ -21,6 +21,8 @@ _more_module()
return 0
;;
esac
+
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0