view runtime/ftoff.vim @ 14091:616dc84228b7 v8.1.0063

patch 8.1.0063: Mac: NSStringPboardType is deprecated commit https://github.com/vim/vim/commit/d595a1910c5672808e44afa028e253e47f03651f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 17 15:01:04 2018 +0200 patch 8.1.0063: Mac: NSStringPboardType is deprecated Problem: Mac: NSStringPboardType is deprecated. Solution: Use NSPasteboardTypeString. (Akshay Hegde, closes https://github.com/vim/vim/issues/3022)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 15:15: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 *