From 288b0d2423e0338c6ed595bca33b7fe08f2ea5a8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 09:30:55 +0100 Subject: Remove orgmode plugin, #360 --- ftdetect/polyglot.vim | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 1b6c984d..c04e099f 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -716,14 +716,6 @@ au! BufRead,BufNewFile *.cl set filetype=opencl augroup end endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'org') == -1 - augroup filetypedetect - " org, from org.vim in jceb/vim-orgmode -autocmd BufNewFile,BufRead *.org setfiletype org -"autocmd BufNewFile,BufReadPost org:todo* setfiletype orgtodo - augroup end -endif - if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'perl') == -1 augroup filetypedetect " perl, from mason-in-html.vim in vim-perl/vim-perl -- cgit v1.2.3