view runtime/ftoff.vim @ 15902:853b66fabd2f v8.1.0957

patch 8.1.0957: Mac: fsync fails on network share commit https://github.com/vim/vim/commit/35856718881834a76225530d502c68fdec6584cf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 20 20:37:01 2019 +0100 patch 8.1.0957: Mac: fsync fails on network share Problem: Mac: fsync fails on network share. Solution: Check for ENOTSUP. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/4016)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Feb 2019 20:45:08 +0100
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 *