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