view runtime/ftoff.vim @ 16457:1b58b34d4d90 v8.1.1233

patch 8.1.1233: cannot build tiny version commit https://github.com/vim/vim/commit/c779c674acfe70e00e9515ef3a7732fd9db62a29 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 22:53:41 2019 +0200 patch 8.1.1233: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for verb_msg().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 23:00:05 +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 *