aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/vi.bash
blob: 8e38531835ee7d7bdb3a763bc3345df370873715 (plain) (blame)
1
2
3
4
5
# Completion for vi(1) with files that look editable
declare -F _text_filenames >/dev/null ||
    source "$HOME"/.bash_completion.d/_text_filenames.bash
complete -F _text_filenames -o filenames vi