aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/filetype.vim3
2 files changed, 4 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 6bbcbcef..94e3667e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v7.3.0
-Tue, 30 Jul 2019 22:10:14 +0000
+tejr dotfiles v7.4.0
+Wed, 31 Jul 2019 22:27:33 +0000
diff --git a/vim/filetype.vim b/vim/filetype.vim
index 7852c37e..1f1686e1 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -443,7 +443,8 @@ augroup filetypedetect
\ setfiletype yacc
" YAML files
autocmd BufNewFile,BufRead
- \ ?*.yaml
+ \ ?*.yml
+ \,?*.yaml
\ setfiletype yaml
" Z shell files
autocmd BufNewFile,BufRead