Mercurial > vim
view runtime/indent/ch.vim @ 19001:1ebfb46710cd v8.2.0061
patch 8.2.0061: the execute stack can grow big and never shrinks
Commit: https://github.com/vim/vim/commit/3fbcc128cbd2311819cc5a7bb89e45669860f008
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 30 19:19:53 2019 +0100
patch 8.2.0061: the execute stack can grow big and never shrinks
Problem: The execute stack can grow big and never shrinks.
Solution: Reduce the size in gargage collect.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 30 Dec 2019 19:30:03 +0100 |
parents | 8cd729851562 |
children | 5c220cf30f1f |
line wrap: on
line source
" Vim indent file " Language: Ch " Maintainer: SoftIntegration, Inc. <info@softintegration.com> " URL: http://www.softintegration.com/download/vim/indent/ch.vim " Last change: 2006 Apr 30 " Created based on cpp.vim " " Ch is a C/C++ interpreter with many high level extensions " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " Ch indenting is built-in, thus this is very simple setlocal cindent