runtime(filetype): remove duplicated *.org file pattern Commit: https://github.com/vim/vim/commit/7e4b861da9291d224f99073fca7467fd2f232a78 Author: Christian Brabandt <c...@256bit.org> Date: Fri Nov 15 15:45:53 2024 +0100
runtime(filetype): remove duplicated *.org file pattern related: https://github.com/vim/vim/issues/16054 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 085e4bd1e..3ac1b6218 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1472,9 +1472,6 @@ au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,*.md \ setf markdown | \ endif -" Org (Emacs' org-mode) -au BufNewFile,BufRead *.org setf org - " Mason (it used to include *.comp, are those Mason files?) au BufNewFile,BufRead *.mason,*.mhtml setf mason @@ -1726,7 +1723,7 @@ au BufNewFile,BufRead *.scad setf openscad " Oracle config file au BufNewFile,BufRead *.ora setf ora -" Org +" Org (Emacs' org-mode) au BufNewFile,BufRead *.org,*.org_archive setf org " Packet filter conf -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tBxnr-0073VZ-PQ%40256bit.org.