From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- runtime/ftplugof.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 runtime/ftplugof.vim (limited to 'runtime/ftplugof.vim') diff --git a/runtime/ftplugof.vim b/runtime/ftplugof.vim new file mode 100644 index 0000000..e0505ce --- /dev/null +++ b/runtime/ftplugof.vim @@ -0,0 +1,15 @@ +vim9script + +# Vim support file to switch off loading plugins for file types +# +# Maintainer: Bram Moolenaar +# Last Change: 2022 Feb 09 + +if exists("g:did_load_ftplugin") + unlet g:did_load_ftplugin +endif + +# Remove all autocommands in the filetypeplugin group, if any exist. +if exists("#filetypeplugin") + silent! au! filetypeplugin * +endif -- cgit v1.2.3