aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-14 14:18:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-14 14:35:33 +1200
commit996b0d855fd3d010b417b80cdef648a84eade835 (patch)
tree75c6b47009ed0c9f4bef0fc38e50aaa52bbeb94f
parentMerge branch 'release/v0.53.0' into develop (diff)
downloaddotfiles-996b0d855fd3d010b417b80cdef648a84eade835.tar.gz
dotfiles-996b0d855fd3d010b417b80cdef648a84eade835.zip
Add more names to Vim Bash types
-rw-r--r--vim/filetype.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim
index 2dc44889..99d07cfa 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -300,10 +300,14 @@ augroup filetypedetect
autocmd BufNewFile,BufRead
\ ?*.bash
\,.bash_aliases
+ \,.bash_completion
\,.bash_logout
\,.bash_profile
\,.bashrc
\,bash-fc.?*
+ \,bash_aliases
+ \,bash_completion
+ \,bash_logout
\,bash_profile
\,bashrc
\ let b:is_bash = 1