aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/vim.bash
blob: 4d3355aa7bd59943cb7db553b9b5469a9f039152 (plain) (blame)
1
2
3
4
5
# Completion for vim(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 vim