annotate runtime/indent/zsh.vim @ 12485:ab40ecb0fd73 v8.0.1122

patch 8.0.1122: vimtutor.bat doesn't work well with vim.bat commit https://github.com/vim/vim/commit/dde403c2d8f3dabe6fefa7b526958b49a8f2e6e9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 17 21:43:00 2017 +0200 patch 8.0.1122: vimtutor.bat doesn't work well with vim.bat Problem: vimtutor.bat doesn't work well with vim.bat. Solution: Use "call vim". (Ken Takata, closes https://github.com/vim/vim/issues/2105)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 2017 21:45:04 +0200
parents 0303182665d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim indent file
6823
0303182665d5 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 856
diff changeset
2 " Language: Zsh shell script
0303182665d5 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 856
diff changeset
3 " Maintainer: Christian Brabandt <cb@256bit.org>
0303182665d5 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 856
diff changeset
4 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
0303182665d5 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 856
diff changeset
5 " Latest Revision: 2015-05-29
0303182665d5 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 856
diff changeset
6 " License: Vim (see :h license)
0303182665d5 Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 856
diff changeset
7 " Repository: https://github.com/chrisbra/vim-zsh
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
8
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
9 if exists("b:did_indent")
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
10 finish
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
11 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 " Same as sh indenting for now.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 runtime! indent/sh.vim