view runtime/indoff.vim @ 27688:48dee8a7b1d2 v8.2.4370

patch 8.2.4370: MS-Windows: libsodium.dll not included with the installer Commit: https://github.com/vim/vim/commit/cf6ad8ea8cff318877758b48d3786ab08251ab89 Author: Christian Brabandt <cb@256bit.org> Date: Sun Feb 13 13:11:32 2022 +0000 patch 8.2.4370: MS-Windows: libsodium.dll not included with the installer Problem: MS-Windows: libsodium.dll not included with the installer. Solution: Add the file to the installer if it exists. (Christian Brabandt, closes #9762)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Feb 2022 14:15:05 +0100
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim support file to switch off loading indent files for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2001 Jun 11

if exists("did_indent_on")
  unlet did_indent_on
endif

" Remove all autocommands in the filetypeindent group
silent! au! filetypeindent *