Mercurial > vim
view runtime/indent/scheme.vim @ 30665:fe0a18141c3c v9.0.0667
patch 9.0.0667: ml_get error when 'splitkeep' is "screen"
Commit: https://github.com/vim/vim/commit/346823d3e5668b99d2c2fd920e7f215e21ad3ea7
Author: Luuk van Baal <luukvbaal@gmail.com>
Date: Wed Oct 5 18:26:42 2022 +0100
patch 9.0.0667: ml_get error when 'splitkeep' is "screen"
Problem: ml_get error when 'splitkeep' is "screen". (Marius Gedminas)
Solution: Check the botline is not too large. (Luuk van Baal,
closes #11293, closes #11292)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Oct 2022 19:30:02 +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