Mercurial > vim
view runtime/indent/scheme.vim @ 30787:9f37bcd4d5c5 v9.0.0728
patch 9.0.0728: extend() test fails
Commit: https://github.com/vim/vim/commit/a4962cd7bac8464d9f8d95d37614ecf595c5487e
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Oct 11 23:12:59 2022 +0100
patch 9.0.0728: extend() test fails
Problem: extend() test fails.
Solution: Item is final, not const.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Oct 2022 00:15:03 +0200 |
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