view runtime/indoff.vim @ 23533:ee43d943c3bb v8.2.2309

patch 8.2.2309: 0o777 not recognized as octal Commit: https://github.com/vim/vim/commit/c37b655443e0a11a77a9f0707e3259ab4b8b3dda Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 19:36:30 2021 +0100 patch 8.2.2309: 0o777 not recognized as octal Problem: 0o777 not recognized as octal. Solution: Use vim_isodigit(). (Ken Takata, closes https://github.com/vim/vim/issues/7633, closes https://github.com/vim/vim/issues/7631)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Jan 2021 19:45:04 +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 *