view runtime/indent/aap.vim @ 27402:898f520e798b v8.2.4229

patch 8.2.4229: possible crash when invoking timer callback fails Commit: https://github.com/vim/vim/commit/745b938a48104778dcb7b0245e6589b54cb93593 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 27 13:55:35 2022 +0000 patch 8.2.4229: possible crash when invoking timer callback fails Problem: Possible crash when invoking timer callback fails. Solution: Initialize the typval. Give an error for an empty callback. (closes #9636)
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Jan 2022 15:00:06 +0100
parents 0f2b5d1b8117
children 4027cefc2aab
line wrap: on
line source

" Vim indent file
" Language:	Aap recipe
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2005 Jun 24

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

" Works mostly like Python.
runtime! indent/python.vim