view runtime/indent/lisp.vim @ 31227:1a9e44a45614 v9.0.0947

patch 9.0.0947: invalid memory access in substitute with function Commit: https://github.com/vim/vim/commit/cc762a48d42b579fb7bdec2c614636b830342dd5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 25 13:03:31 2022 +0000 patch 9.0.0947: invalid memory access in substitute with function Problem: Invalid memory access in substitute with function that goes to another file. Solution: Check for text locked in CTRL-W gf.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Nov 2022 14:15:05 +0100
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<"