comparison runtime/filetype.vim @ 17526:ae379e753465 v8.1.1761

patch 8.1.1761: filetype "vuejs" causes problems for some users commit https://github.com/vim/vim/commit/4248111497ab78f45d3d48576740949778a1e76b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 27 21:39:13 2019 +0200 patch 8.1.1761: filetype "vuejs" causes problems for some users Problem: Filetype "vuejs" causes problems for some users. Solution: Rename to "vue".
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jul 2019 21:45:04 +0200
parents b9bc47742df6
children 62a6d99082f7
comparison
equal deleted inserted replaced
17525:50948c815245 17526:ae379e753465
708 au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml() 708 au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml()
709 709
710 " Vue.js Single File Component 710 " Vue.js Single File Component
711 au BufNewFile,BufRead *.vue setf vuejs 711 au BufNewFile,BufRead *.vue setf vuejs
712 712
713 " Vue.js Single File Component
714 au BufNewFile,BufRead *.vue setf vue
715
713 " HTML with Ruby - eRuby 716 " HTML with Ruby - eRuby
714 au BufNewFile,BufRead *.erb,*.rhtml setf eruby 717 au BufNewFile,BufRead *.erb,*.rhtml setf eruby
715 718
716 " HTML with M4 719 " HTML with M4
717 au BufNewFile,BufRead *.html.m4 setf htmlm4 720 au BufNewFile,BufRead *.html.m4 setf htmlm4