From fd18d3cb0bea895942f70eeb6ebcc4018443d4b8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 6 Apr 2023 16:27:22 +1200 Subject: Remove disused TextEditorAnywhere Vim support --- vim/filetype.vim | 4 ---- vim/ftplugin/textarea.vim | 12 ------------ 2 files changed, 16 deletions(-) delete mode 100644 vim/ftplugin/textarea.vim (limited to 'vim') diff --git a/vim/filetype.vim b/vim/filetype.vim index 818ccb6b..4b0a5702 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -472,10 +472,6 @@ augroup filetypedetect autocmd BufNewFile,BufRead \ ?*.ti \ setfiletype terminfo - " TextEditorAnywhere text field - autocmd BufNewFile,BufRead - \ TextEditorAnywhere_??_??_??.txt - \ setfiletype textarea " Tidy config autocmd BufNewFile,BufRead \ .tidyrc diff --git a/vim/ftplugin/textarea.vim b/vim/ftplugin/textarea.vim deleted file mode 100644 index 4db97b58..00000000 --- a/vim/ftplugin/textarea.vim +++ /dev/null @@ -1,12 +0,0 @@ -" Set mail message as an alternative filetype -if !exists('b:alternate_filetypes') - let b:alternate_filetypes = [&filetype, 'mail'] -endif - -" Stop here if the user doesn't want ftplugin mappings -if exists('no_plugin_maps') || exists('no_textarea_maps') - finish -endif - -" #s expands to the #signature tag used in Cerb -inoreabbrev #s #signature -- cgit v1.2.3