view runtime/indoff.vim @ 22568:fdc72bf4de35 v8.2.1832

patch 8.2.1832: readdirex() error is displayed as a message Commit: https://github.com/vim/vim/commit/aab9fada4a9b9725ff42dffe9c7daff20f0fd85f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 11 14:28:11 2020 +0200 patch 8.2.1832: readdirex() error is displayed as a message Problem: readdirex() error is displayed as a message. (Yegappan Lakshmanan) Solution: Use semsg() instead of smsg().
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 14:30:04 +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 *