diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:21:39 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:22:31 +0100 |
commit | 460a52dbbfba87fa1258f38e1ab9981efa9611ef (patch) | |
tree | 1793e5a2d5ce40fe017fe05da629856dbb6d4481 /runtime/indent/sh.vim | |
parent | bee8a0ae8c1301653a3f291dc1505fc72d24f2f0 (diff) | |
download | rneovim-460a52dbbfba87fa1258f38e1ab9981efa9611ef.tar.gz rneovim-460a52dbbfba87fa1258f38e1ab9981efa9611ef.tar.bz2 rneovim-460a52dbbfba87fa1258f38e1ab9981efa9611ef.zip |
vim-patch:eb3dc87f0139
Updated runtime files
https://github.com/vim/vim/commit/eb3dc87f01391bb075d97aef3d00f91b4e08a25c
Diffstat (limited to 'runtime/indent/sh.vim')
-rw-r--r-- | runtime/indent/sh.vim | 7 |
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 |