Mercurial > vim
view runtime/indent/zsh.vim @ 17943:7c6b79acf9b9
Added tag v8.1.1967 for changeset 664cc72f50c57c9fe15bc8d199c0fe810cece442
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 02 Sep 2019 23:00:04 +0200 |
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