]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(filetype): remove duplicated *.org file pattern
authorChristian Brabandt <cb@256bit.org>
Fri, 15 Nov 2024 14:45:53 +0000 (15:45 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 15 Nov 2024 14:46:27 +0000 (15:46 +0100)
related: #16054

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim

index 085e4bd1ed70fcce0946bdbec3571092f9e1414f..3ac1b62186245db4817ee4b4a130d191d2b4d628 100644 (file)
@@ -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