To: vim_dev@googlegroups.com Subject: Patch 8.2.4658 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4658 Problem: Org-mode files are not recognized. Solution: Add patterns to recognize "org" files. (closes #10046) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.4657/runtime/filetype.vim 2022-03-15 12:00:18.239752062 +0000 --- runtime/filetype.vim 2022-03-31 20:23:52.093787502 +0100 *************** *** 1277,1282 **** --- 1277,1285 ---- " Oracle config file au BufNewFile,BufRead *.ora setf ora + " Org + au BufNewFile,BufRead *.org,*.org_archive setf org + " Packet filter conf au BufNewFile,BufRead pf.conf setf pf *************** *** 1732,1738 **** au BufNewFile,BufRead *.zsh setf zsh " Scheme ! au BufNewFile,BufRead *.scm,*.ss,*.sld,*.rkt,*.rktd,*.rktl setf scheme " Screen RC au BufNewFile,BufRead .screenrc,screenrc setf screen --- 1735,1741 ---- au BufNewFile,BufRead *.zsh setf zsh " Scheme ! au BufNewFile,BufRead *.scm,*.ss,*.sld,*.rkt,*.rktd,*.rktl setf scheme " Screen RC au BufNewFile,BufRead .screenrc,screenrc setf screen *** ../vim-8.2.4657/src/testdir/test_filetype.vim 2022-03-15 12:00:18.239752062 +0000 --- src/testdir/test_filetype.vim 2022-03-31 20:21:52.577851764 +0100 *************** *** 382,387 **** --- 382,388 ---- \ 'opam': ['opam', 'file.opam', 'file.opam.template'], \ 'openroad': ['file.or'], \ 'ora': ['file.ora'], + \ 'org': ['file.org', 'file.org_archive'], \ 'pamconf': ['/etc/pam.conf', '/etc/pam.d/file', 'any/etc/pam.conf', 'any/etc/pam.d/file'], \ 'pamenv': ['/etc/security/pam_env.conf', '/home/user/.pam_environment', '.pam_environment', 'pam_env.conf'], \ 'papp': ['file.papp', 'file.pxml', 'file.pxsl'], *** ../vim-8.2.4657/src/version.c 2022-03-31 20:02:52.426045597 +0100 --- src/version.c 2022-03-31 20:24:08.113777441 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4658, /**/ -- Why isn't there mouse-flavored cat food? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///