Mercurial > vim
view runtime/ftoff.vim @ 12730:6fa9f6b4d159 v8.0.1243
patch 8.0.1243: no test for what 8.0.1227 fixes
commit https://github.com/vim/vim/commit/f45938cc20ed6992e5215ffe41b73b528c78be9c
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 2 15:59:57 2017 +0100
patch 8.0.1243: no test for what 8.0.1227 fixes
Problem: No test for what 8.0.1227 fixes.
Solution: Add a test that triggers the problem. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 02 Nov 2017 16:15:03 +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 *