aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/ed.bash
blob: b9651957dfbc35897cae85517643d210151b9fdc (plain) (blame)
1
2
3
4
5
# Completion for ed(1) with files that look editable
if ! declare -F _text_filenames >/dev/null ; then
    source "$HOME"/.bash_completion.d/_text_filenames.bash
fi
complete -F _text_filenames -o filenames ed