Skip to content

Commit 7e4b861

Browse files
committed
runtime(filetype): remove duplicated *.org file pattern
related: #16054 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 7c3b65e commit 7e4b861

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

runtime/filetype.vim

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,9 +1472,6 @@ au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,*.md
14721472
\ setf markdown |
14731473
\ endif
14741474

1475-
" Org (Emacs' org-mode)
1476-
au BufNewFile,BufRead *.org setf org
1477-
14781475
" Mason (it used to include *.comp, are those Mason files?)
14791476
au BufNewFile,BufRead *.mason,*.mhtml setf mason
14801477

@@ -1726,7 +1723,7 @@ au BufNewFile,BufRead *.scad setf openscad
17261723
" Oracle config file
17271724
au BufNewFile,BufRead *.ora setf ora
17281725

1729-
" Org
1726+
" Org (Emacs' org-mode)
17301727
au BufNewFile,BufRead *.org,*.org_archive setf org
17311728

17321729
" Packet filter conf

0 commit comments

Comments
 (0)