view runtime/ftoff.vim @ 14577:33d751f40e4c v8.1.0302

patch 8.1.0302: crash when using :suspend and "fg" commit https://github.com/vim/vim/commit/f1883479be91550bc31dd88f593b3012863a2629 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 20 21:58:57 2018 +0200 patch 8.1.0302: crash when using :suspend and "fg" Problem: Crash when using :suspend and "fg". Solution: Undo patch 8.1.244.
author Christian Brabandt <cb@256bit.org>
date Mon, 20 Aug 2018 22:00: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 *