view runtime/ftoff.vim @ 14671:09b803bdd7ab v8.1.0348

patch 8.1.0348: on Travis the slowest build is run last commit https://github.com/vim/vim/commit/e67a7d690a53690eb3c99a1ca7a199e8da159146 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 5 22:25:50 2018 +0200 patch 8.1.0348: on Travis the slowest build is run last Problem: On Travis the slowest build is run last. (Dominique Pelle) Solution: Reorder the build entries.
author Christian Brabandt <cb@256bit.org>
date Wed, 05 Sep 2018 22:30:07 +0200
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim support file to switch off detection of file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last change:	2001 Jun 11

if exists("did_load_filetypes")
  unlet did_load_filetypes
endif

" Remove all autocommands in the filetypedetect group
silent! au! filetypedetect *