2004-06-13 20:20:40 +00:00
|
|
|
" Vim indent file
|
2015-06-09 19:44:55 +02:00
|
|
|
" 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
|
2005-06-29 22:40:58 +00:00
|
|
|
|
|
|
|
if exists("b:did_indent")
|
|
|
|
finish
|
|
|
|
endif
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
" Same as sh indenting for now.
|
|
|
|
runtime! indent/sh.vim
|