Mercurial > vim
view runtime/indoff.vim @ 23074:cd885eb0e50c v8.2.2083
patch 8.2.2083: Vim9: crash when using ":silent!" and getting member fails
Commit: https://github.com/vim/vim/commit/af0df47a7671a39f2cde950587ba48800188bfb9
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 2 20:51:22 2020 +0100
patch 8.2.2083: Vim9: crash when using ":silent!" and getting member fails
Problem: Vim9: crash when using ":silent!" and getting member fails.
Solution: Jump to on_fatal_error. (closes https://github.com/vim/vim/issues/7412)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Dec 2020 21:00: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 *