annotate runtime/ftoff.vim @ 7224:42bf8902d4da
v7.4.921
commit https://github.com/vim/vim/commit/cd1c55f706c2f9b8310b8a9fc1f8226c7fd19372
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 10 20:52:04 2015 +0100
patch 7.4.921
Problem: Missing proto file update. (Randall W. Morris)
Solution: Add the missing line for mch_ishidden.
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 10 Nov 2015 21:00:05 +0100 |
parents |
3fc0f57ecb91 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 " Vim support file to switch off detection of file types
|
|
2 "
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
|
|
4 " Last change: 2001 Jun 11
|
|
5
|
|
6 if exists("did_load_filetypes")
|
|
7 unlet did_load_filetypes
|
|
8 endif
|
|
9
|
|
10 " Remove all autocommands in the filetypedetect group
|
|
11 silent! au! filetypedetect *
|