Mercurial > vim
view runtime/indent/zsh.vim @ 16056:d35be08b5b96 v8.1.1033
patch 8.1.1033: memory usage test may still fail on some systems
commit https://github.com/vim/vim/commit/ba64ba093520e85d6bed2595960edb693bdb4c51
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 22 11:33:09 2019 +0100
patch 8.1.1033: memory usage test may still fail on some systems
Problem: Memory usage test may still fail on some systems. (Elimar
Riesebieter)
Solution: Increase tolerance from 1% to 3%.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 22 Mar 2019 11:45:05 +0100 |
parents | 0303182665d5 |
children |
line wrap: on
line source
" Vim indent file " Language: Zsh shell script " Maintainer: Christian Brabandt <cb@256bit.org> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2015-05-29 " License: Vim (see :h license) " Repository: https://github.com/chrisbra/vim-zsh if exists("b:did_indent") finish endif " Same as sh indenting for now. runtime! indent/sh.vim