view runtime/ftoff.vim @ 31051:01aa48ecb9e7 v9.0.0860

patch 9.0.0860: MS-Windows: windres fails with clang 15.0.4 Commit: https://github.com/vim/vim/commit/a20be06f97d45efabaa52ef107eb7959c0c623a2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 11 21:24:18 2022 +0000 patch 9.0.0860: MS-Windows: windres fails with clang 15.0.4 Problem: MS-Windows: windres fails with clang 15.0.4. Solution: Use llvm-windres. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Nov 2022 22: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 *