view runtime/ftoff.vim @ 11221:3fa27b97d263 v8.0.0497

patch 8.0.0497: arabic support is not fully tested commit https://github.com/vim/vim/commit/3ff2f09525e3461419886763efa1a01f08882d8c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 21 13:22:44 2017 +0100 patch 8.0.0497: arabic support is not fully tested Problem: Arabic support is not fully tested. Solution: Add more tests for the untested functions. Comment out unreachable code.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Mar 2017 13:30:05 +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 *