Mercurial > vim
view runtime/indent/zsh.vim @ 31179:551a8be12cf9
Added tag v9.0.0923 for changeset f1c345ae4d898c6a86e5cb72b535380cc989e067
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 22 Nov 2022 21:45:03 +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