view runtime/ftoff.vim @ 27675:30cb026ec968 v8.2.4363

patch 8.2.4363: MS-Windows: running out of memory for a very long line Commit: https://github.com/vim/vim/commit/8e38555ece7d3fe1edc6681ec70fe5586a524862 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 12 21:16:21 2022 +0000 patch 8.2.4363: MS-Windows: running out of memory for a very long line Problem: MS-Windows: running out of memory for a very long line. Solution: Use a 32 bit value for MAXCOL also when ints are 64 bits.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 22:30:02 +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 *