aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-31 22:44:22 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-07-31 23:06:28 +0200
commit479af3b006e635d8769b0cb9871f228f7fafde87 (patch)
treeac75d034cbd33f6bfe0b3231718e91f973dd17d7
parent6bb40f3dbffb4b9858d9b13486d1832db8f51755 (diff)
downloadrneovim-479af3b006e635d8769b0cb9871f228f7fafde87.tar.gz
rneovim-479af3b006e635d8769b0cb9871f228f7fafde87.tar.bz2
rneovim-479af3b006e635d8769b0cb9871f228f7fafde87.zip
vim-patch:56e8ed6: runtime(kivy): Updated maintainer info for syntax script
closes: vim/vim#15405 https://github.com/vim/vim/commit/56e8ed61629cebf737f637d843b9f4a397fbcc72 Co-authored-by: Corey Prophitt <git@prophitt.me>
-rw-r--r--runtime/syntax/kivy.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/syntax/kivy.vim b/runtime/syntax/kivy.vim
index 76e3576e78..d4bccfc147 100644
--- a/runtime/syntax/kivy.vim
+++ b/runtime/syntax/kivy.vim
@@ -1,9 +1,9 @@
" Vim syntax file
" Language: Kivy
-" Maintainer: Corey Prophitt <prophitt.corey@gmail.com>
-" Last Change: Jul 6th, 2024
+" Maintainer: Corey Prophitt <corey@prophitt.me>
+" Last Change: Jul 31st, 2024
" Version: 1
-" URL: http://kivy.org/
+" URL: https://kivy.org/
if exists("b:current_syntax")
finish
@@ -13,7 +13,7 @@ endif
syn include @pyth $VIMRUNTIME/syntax/python.vim
" Kivy language rules can be found here
-" http://kivy.org/docs/guide/lang.html
+" https://kivy.org/doc/stable/guide/lang.html
" Define Kivy syntax
syn match kivyPreProc /#:.*/