1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-04-03 16:36:44 +02:00
vim/runtime/indent/zsh.vim

12 lines
329 B
VimL
Raw Normal View History

2004-06-13 20:20:40 +00:00
" Vim indent file
" Language: Zsh Shell Script
" Maintainer: Nikolai Weibull <source@pcppopper.org>
" URL: http://www.pcppopper.org/vim/indent/pcp/zsh/
" Latest Revision: 2004-05-22
" arch-tag: e566f55f-d8c0-4c60-b4b3-60c0dbd6dea1
" Same as sh indenting for now.
runtime! indent/sh.vim
" vim: set sts=2 sw=2: