view runtime/indent/lisp.vim @ 35557:13c45a650734 draft default tip

runtime(syntax-tests): Abort and report failed cursor progress Commit: https://github.com/vim/vim/commit/719714383ea6f60ac84f7b78270d111783e67606 Author: Aliaksei Budavei <0x000c70@gmail.com> Date: Fri Jul 5 21:30:02 2024 +0300 runtime(syntax-tests): Abort and report failed cursor progress Track the cursor forward progress through a syntax test file so that any degenerate input can be checked and reported. closes: #15150 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Jul 2024 12:15:09 +0200
parents 2198955f9e27
children
line wrap: on
line source

" Vim indent file
" Language:	Lisp
" Maintainer:	Sergey Khorev <sergey.khorev@gmail.com>
" URL:		http://sites.google.com/site/khorser/opensource/vim
" Last Change:	2012 Jan 10

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

setlocal ai nosi

let b:undo_indent = "setl ai< si<"