diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-29 02:37:38 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-07-29 20:50:07 +0200 |
commit | c8f34a9a3efa6e260e97c9c064f7e6cb8a099aa9 (patch) | |
tree | 913403fe7af24e7c74f9ea9078a51f7d592a03cb /runtime/ftplugin | |
parent | ab2cfd24e72f6cbcbc4fcea596eead189f690091 (diff) | |
download | rneovim-c8f34a9a3efa6e260e97c9c064f7e6cb8a099aa9.tar.gz rneovim-c8f34a9a3efa6e260e97c9c064f7e6cb8a099aa9.tar.bz2 rneovim-c8f34a9a3efa6e260e97c9c064f7e6cb8a099aa9.zip |
vim-patch:d47d52232bf2
Update runtime files.
https://github.com/vim/vim/commit/d47d52232bf21036c5c89081458be7eaf2630d24
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/xml.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/ftplugin/xml.vim b/runtime/ftplugin/xml.vim index 573a6ba441..1d43521155 100644 --- a/runtime/ftplugin/xml.vim +++ b/runtime/ftplugin/xml.vim @@ -1,8 +1,8 @@ " Vim filetype plugin file -" Language: xml -" Maintainer: Christian Brabandt <cb@256bit.org> -" Last Changed: May 08th, 2018 -" Repository: https://github.com/chrisbra/vim-xml-ftplugin +" Language: xml +" Maintainer: Christian Brabandt <cb@256bit.org> +" Last Changed: Dec 07th, 2018 +" Repository: https://github.com/chrisbra/vim-xml-ftplugin " Previous Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net> " URL: http://dwsharp.users.sourceforge.net/vim/ftplugin |