view runtime/ftoff.vim @ 13880:60e80884994d v8.0.1811

patch 8.0.1811: no test for winrestcmd() commit https://github.com/vim/vim/commit/72cf47a279f7261abf4ae6c9c3ee54024ee87a12 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 10 18:23:29 2018 +0200 patch 8.0.1811: no test for winrestcmd() Problem: No test for winrestcmd(). Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2894)
author Christian Brabandt <cb@256bit.org>
date Thu, 10 May 2018 18:30: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 *