summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftoff.vim
diff options
context:
space:
mode:
Diffstat (limited to 'uvim/runtime/ftoff.vim')
-rw-r--r--uvim/runtime/ftoff.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/uvim/runtime/ftoff.vim b/uvim/runtime/ftoff.vim
deleted file mode 100644
index a33b0962d0..0000000000
--- a/uvim/runtime/ftoff.vim
+++ /dev/null
@@ -1,12 +0,0 @@
-" Vim support file to switch off detection of file types
-"
-" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last change: 2023 Aug 10
-" Former Maintainer: Bram Moolenaar <Bram@vim.org>
-
-if exists("did_load_filetypes")
- unlet did_load_filetypes
-endif
-
-" Remove all autocommands in the filetypedetect group
-silent! au! filetypedetect *