1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-16 23:08:07 +01:00
vim/runtime/indent/zsh.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
411 B
VimL
Raw Normal View History

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