summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot/init.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2022-04-18 12:08:03 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2022-04-18 12:08:03 +0200
commitaae85fe8c2a5878aee89ff8025306f3142962b5f (patch)
tree0cd2cb4931c73ceccd5e11bf27f53ab55efd19bc /autoload/polyglot/init.vim
parenta4f98d2a9e9dfeb110d4a910ea177432fec88b81 (diff)
parent55eed00f71914e21c804cc0b8f271b04f4e11c2b (diff)
downloadvim-polyglot-aae85fe8c2a5878aee89ff8025306f3142962b5f.tar.gz
vim-polyglot-aae85fe8c2a5878aee89ff8025306f3142962b5f.zip
Merge branch 'master' of https://github.com/sheerun/vim-polyglot
Diffstat (limited to 'autoload/polyglot/init.vim')
-rw-r--r--autoload/polyglot/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim
index edf1f2bc..3d226bb3 100644
--- a/autoload/polyglot/init.vim
+++ b/autoload/polyglot/init.vim
@@ -3510,7 +3510,7 @@ au BufNewFile,BufRead .reminders* call s:StarSetf('remind')
au BufNewFile,BufRead sgml.catalog* call s:StarSetf('catalog')
" Shell scripts ending in a star
-au BufNewFile,BufRead .bashrc*,.bash[_-]profile*,.bash[_-]logout*,.bash[_-]aliases*,bash-fc[-.]*,,PKGBUILD* call polyglot#ft#SetFileTypeSH("bash")
+au BufNewFile,BufRead .bashrc*,.bash[_-]profile*,.bash[_-]logout*,.bash[_-]aliases*,bash-fc[-.]*,PKGBUILD* call polyglot#ft#SetFileTypeSH("bash")
au BufNewFile,BufRead .kshrc* call polyglot#ft#SetFileTypeSH("ksh")
au BufNewFile,BufRead .profile* call polyglot#ft#SetFileTypeSH(getline(1))