view runtime/indent/scheme.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 167a030448fa
children 738ff39db93f
line wrap: on
line source

" Vim indent file
" Language: Scheme
" Last Change: 2018 Jan 31
" Maintainer: Evan Hanson <evhan@foldling.org>
" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
" URL: https://foldling.org/vim/indent/scheme.vim

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

" Use the Lisp indenting
runtime! indent/lisp.vim