view runtime/indoff.vim @ 21299:883315e762b7 v8.2.1200

patch 8.2.1200: Vim9: cannot disassemble a lambda function Commit: https://github.com/vim/vim/commit/bfd65589d9b6bd5fd2c8ee768d1427469bd61ead Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 13 18:18:00 2020 +0200 patch 8.2.1200: Vim9: cannot disassemble a lambda function Problem: Vim9: cannot disassemble a lambda function. Solution: Recognize "<lambda>123" as a function name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jul 2020 18: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 *