view runtime/ftplugof.vim @ 25837:a4b393ed287e

Correct Spanish translations Commit: https://github.com/vim/vim/commit/da0b497c6e4e01447669773a931b0eaa5ca757f3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 21 21:04:01 2021 +0200 Correct Spanish translations
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Sep 2021 21:15:03 +0200
parents 49b08c9b9f5b
children 179c118424a6
line wrap: on
line source

" Vim support file to switch off loading plugins for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2011 Oct 20

if exists("did_load_ftplugin")
  unlet did_load_ftplugin
endif

" Remove all autocommands in the filetypeplugin group, if any exist.
if exists("#filetypeplugin")
  silent! au! filetypeplugin *
endif