view runtime/ftoff.vim @ 13497:23ae1853abbb v8.0.1622

patch 8.0.1622: possible NULL pointer dereference commit https://github.com/vim/vim/commit/6ed86ad170b60517eeddb54c2b22fdc888a22c0b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 20 13:30:42 2018 +0100 patch 8.0.1622: possible NULL pointer dereference Problem: Possible NULL pointer dereferencey. (Coverity) Solution: Reverse the check for a NULL pointer.
author Christian Brabandt <cb@256bit.org>
date Tue, 20 Mar 2018 13:45:06 +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 *