xref: /vim-8.2.3635/runtime/indent/zsh.vim (revision f2571c61)
1" Vim indent file
2" Language:             Zsh shell script
3" Maintainer:           Christian Brabandt <[email protected]>
4" Previous Maintainer:  Nikolai Weibull <[email protected]>
5" Latest Revision:      2015-05-29
6" License:              Vim (see :h license)
7" Repository:           https://github.com/chrisbra/vim-zsh
8
9if exists("b:did_indent")
10  finish
11endif
12
13" Same as sh indenting for now.
14runtime! indent/sh.vim
15