aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/vi.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-11 21:17:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-11 21:17:34 +1200
commit877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25 (patch)
tree5756425e5c700d9ddd2803c5c5921b498c3b6456 /bash/bash_completion.d/vi.bash
parentAdd git-stash/submodule completion (diff)
downloaddotfiles-877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25.tar.gz
dotfiles-877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25.zip
Strip some trailing blank lines
Diffstat (limited to 'bash/bash_completion.d/vi.bash')
-rw-r--r--bash/bash_completion.d/vi.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bash_completion.d/vi.bash b/bash/bash_completion.d/vi.bash
index 8e385318..728be438 100644
--- a/bash/bash_completion.d/vi.bash
+++ b/bash/bash_completion.d/vi.bash
@@ -2,4 +2,3 @@
declare -F _text_filenames >/dev/null ||
source "$HOME"/.bash_completion.d/_text_filenames.bash
complete -F _text_filenames -o filenames vi
-