annotate runtime/indent/zsh.vim @ 8791:43b5ff7837ea
v7.4.1684
commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 29 22:29:18 2016 +0200
patch 7.4.1684
Problem: README text is slightly outdated.
Solution: Mention the READMEdir directory.
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 29 Mar 2016 22:30:09 +0200 |
parents |
0303182665d5 |
children |
|
rev |
line source |
7
|
1 " Vim indent file
|
6823
|
2 " Language: Zsh shell script
|
|
3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
|
4 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
|
|
5 " Latest Revision: 2015-05-29
|
|
6 " License: Vim (see :h license)
|
|
7 " Repository: https://github.com/chrisbra/vim-zsh
|
375
|
8
|
|
9 if exists("b:did_indent")
|
|
10 finish
|
|
11 endif
|
7
|
12
|
|
13 " Same as sh indenting for now.
|
|
14 runtime! indent/sh.vim
|