@@ -1129,7 +1129,7 @@ au BufNewFile,BufRead *.dpr setf pascal
11291129" PDF
11301130au BufNewFile ,BufRead *.pdf setf pdf
11311131
1132- " PCMK - HAE - crm configure edit
1132+ " PCMK - HAE - crm configure edit
11331133au BufNewFile ,BufRead *.pcmk setf pcmk
11341134
11351135" Perl
@@ -1893,8 +1893,11 @@ au BufNewFile,BufRead *.yy,*.yxx,*.y++ setf yacc
18931893" Yacc or racc
18941894au BufNewFile ,BufRead *.y call dist#ft#FTy ()
18951895
1896- " Yaml or Raml
1897- au BufNewFile ,BufRead *.yaml,*.yml,*.raml setf yaml
1896+ " Yaml
1897+ au BufNewFile ,BufRead *.yaml,*.yml setf yaml
1898+
1899+ " Raml
1900+ au BufNewFile ,BufRead *.raml setf raml
18981901
18991902" yum conf (close enough to dosini)
19001903au BufNewFile ,BufRead */etc/yum.conf setf dosini
@@ -2107,7 +2110,7 @@ au BufNewFile,BufRead zsh*,zlog* call s:StarSetf('zsh')
21072110au BufNewFile ,BufRead *.text,README setf text
21082111
21092112" Help files match *.txt but should have a last line that is a modeline.
2110- au BufNewFile ,BufRead *.txt
2113+ au BufNewFile ,BufRead *.txt
21112114 \ if getline (' $' ) !~ ' vim:.*ft=help'
21122115 \| setf text
21132116 \| endif
0 commit comments