annotate runtime/indent/zsh.vim @ 15627:11879b89bb69
v8.1.0821
patch 8.1.0821: xxd "usage" output and other arguments not tested
commit https://github.com/vim/vim/commit/970f5d39f27717b1a529b7b250a8ed7c3f791949
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 25 21:52:17 2019 +0100
patch 8.1.0821: xxd "usage" output and other arguments not tested
Problem: Xxd "usage" output and other arguments not tested.
Solution: Add a test to trigger the usage output in various ways. Fix
uncovered problem.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 25 Jan 2019 22:00:15 +0100 |
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
|