summaryrefslogtreecommitdiffstats
path: root/runtime/indent/sh.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-13 22:34:24 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-13 22:34:24 +0200
commiteb3dc87f01391bb075d97aef3d00f91b4e08a25c (patch)
tree8f104e9f4368464b113915487270211d068dcec3 /runtime/indent/sh.vim
parent620020eb1d937e1fd9068ee97d5ef70a99913361 (diff)
Updated runtime files
Diffstat (limited to 'runtime/indent/sh.vim')
-rw-r--r--runtime/indent/sh.vim7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/indent/sh.vim b/runtime/indent/sh.vim
index 2a9688a4d7..fb398cafb0 100644
--- a/runtime/indent/sh.vim
+++ b/runtime/indent/sh.vim
@@ -1,12 +1,15 @@
" Vim indent file
" Language: Shell Script
" Maintainer: Christian Brabandt <cb@256bit.org>
-" Previous Maintainer: Peter Aronoff <telemachus@arpinum.org>
" Original Author: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2018-05-12
+" Previous Maintainer: Peter Aronoff <telemachus@arpinum.org>
+" Latest Revision: 2018-03-26
" License: Vim (see :h license)
" Repository: https://github.com/chrisbra/vim-sh-indent
" Changelog:
+" 20180326 - better support for line continuation
+" 20180325 - better detection of function definitions
+" 20180127 - better support for zsh complex commands
" 20170808: - better indent of line continuation
" 20170502: - get rid of buffer-shiftwidth function
" 20160912: - preserve indentation of here-doc blocks