view runtime/ftoff.vim @ 18578:e9e60e0088b5 v8.1.2283

patch 8.1.2283: missed on use of p_sbr Commit: https://github.com/vim/vim/commit/91e22eb6e09ec384496fccde812072033fd9e616 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 10 00:19:12 2019 +0100 patch 8.1.2283: missed on use of p_sbr Problem: Missed on use of p_sbr. Solution: Add missing p_sbr change.
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 00:30:04 +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 *