view runtime/indoff.vim @ 18249:902845716069 v8.1.2119

patch 8.1.2119: memory access error for empty string Commit: https://github.com/vim/vim/commit/524f3b19ae16e08350010b5effe38d0637349285 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 6 20:08:38 2019 +0200 patch 8.1.2119: memory access error for empty string Problem: memory access error for empty string when 'encoding' is a single byte encoding. Solution: Check for empty string when getting the length. (Dominique Pelle, closes #5021, closes #5007)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Oct 2019 20:15:03 +0200
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 *