diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-05 15:32:44 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-06-07 06:46:37 -0400 |
commit | e2941ecfbefda00664711b848f1edfd38a4d88e3 (patch) | |
tree | c674bea8d5bb430623ffb6d8bface739b8b4d427 /runtime/indent | |
parent | 8f32fad257cd0634267613f134fa3f2e5196571f (diff) | |
download | rneovim-e2941ecfbefda00664711b848f1edfd38a4d88e3.tar.gz rneovim-e2941ecfbefda00664711b848f1edfd38a4d88e3.tar.bz2 rneovim-e2941ecfbefda00664711b848f1edfd38a4d88e3.zip |
vim-patch:681baaf
Update runtime files.
https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Ignore changes to
* doc/channel.txt, doc/eval.txt, doc/usr_41.txt: Channel related docs
* doc/tags: Generated at build time
* doc/todo.txt: Not relevant to Neovim
Diffstat (limited to 'runtime/indent')
-rw-r--r-- | runtime/indent/sh.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/indent/sh.vim b/runtime/indent/sh.vim index 5bd8c77fab..2d603b0afa 100644 --- a/runtime/indent/sh.vim +++ b/runtime/indent/sh.vim @@ -3,7 +3,7 @@ " Maintainer: Christian Brabandt <cb@256bit.org> " Previous Maintainer: Peter Aronoff <telemachus@arpinum.org> " Original Author: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2015-12-15 +" Latest Revision: 2016-01-15 " License: Vim (see :h license) " Repository: https://github.com/chrisbra/vim-sh-indent @@ -28,7 +28,7 @@ let s:cpo_save = &cpo set cpo&vim function s:buffer_shiftwidth() - return &shiftwidth + return shiftwidth() endfunction let s:sh_indent_defaults = { |