comparison runtime/filetype.vim @ 23960:dbc6c893a67a v8.2.2522

patch 8.2.2522: Beancount filetype not recognized Commit: https://github.com/vim/vim/commit/9bbd883b3528b37dcacad22ad58861105a9ae428 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:25:49 2021 +0100 patch 8.2.2522: Beancount filetype not recognized Problem: Beancount filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7859)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:04 +0100
parents 34b4eb3a8458
children 436e702af70c
comparison
equal deleted inserted replaced
23959:23cc161f0814 23960:dbc6c893a67a
213 " BC calculator 213 " BC calculator
214 au BufNewFile,BufRead *.bc setf bc 214 au BufNewFile,BufRead *.bc setf bc
215 215
216 " BDF font 216 " BDF font
217 au BufNewFile,BufRead *.bdf setf bdf 217 au BufNewFile,BufRead *.bdf setf bdf
218
219 " Beancount
220 au BufNewFile,BufRead *.beancount setf beancount
218 221
219 " BibTeX bibliography database file 222 " BibTeX bibliography database file
220 au BufNewFile,BufRead *.bib setf bib 223 au BufNewFile,BufRead *.bib setf bib
221 224
222 " BibTeX Bibliography Style 225 " BibTeX Bibliography Style