From 996b0d855fd3d010b417b80cdef648a84eade835 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 14 Jun 2018 14:18:27 +1200 Subject: Add more names to Vim Bash types --- vim/filetype.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim') 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 -- cgit v1.2.3