diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:08:41 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:14:31 +0100 |
commit | 39fa2782168f0858504e5a13be0a4eaa9bf15b03 (patch) | |
tree | 167110f45ba801dbcc021b82c682bfb31f98dd2f /runtime/ftplugin | |
parent | 415927e4ed17b3f0ca49070faae1a87d1b685373 (diff) | |
download | rneovim-39fa2782168f0858504e5a13be0a4eaa9bf15b03.tar.gz rneovim-39fa2782168f0858504e5a13be0a4eaa9bf15b03.tar.bz2 rneovim-39fa2782168f0858504e5a13be0a4eaa9bf15b03.zip |
vim-patch:f55e4c867f77
Updated runtime files
https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/zsh.vim | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/ftplugin/zsh.vim b/runtime/ftplugin/zsh.vim index 6cbc380dc3..c03a9466a1 100644 --- a/runtime/ftplugin/zsh.vim +++ b/runtime/ftplugin/zsh.vim @@ -1,10 +1,10 @@ " Vim filetype plugin file -" Language: Zsh shell script -" Maintainer: Christian Brabandt <cb@256bit.org> -" Previous Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2015-05-29 -" License: Vim (see :h license) -" Repository: https://github.com/chrisbra/vim-zsh +" Language: Zsh shell script +" Maintainer: Christian Brabandt <cb@256bit.org> +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2015-05-29 +" License: Vim (see :h license) +" Repository: https://github.com/chrisbra/vim-zsh if exists("b:did_ftplugin") finish |