aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/kconfig.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-11-07 22:04:08 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-11-07 22:04:08 -0500
commit333bd8cde30ce8125e2ce0454361239893516c56 (patch)
treee009c35bfaa7d6924689ab3cac27ff58391d7a73 /runtime/syntax/kconfig.vim
parent7521fb56558a146f3b116bcf195cf6bd1984d6c2 (diff)
parent975a610233e05772d9c835caeede4b7ae2e1af7d (diff)
downloadrneovim-333bd8cde30ce8125e2ce0454361239893516c56.tar.gz
rneovim-333bd8cde30ce8125e2ce0454361239893516c56.tar.bz2
rneovim-333bd8cde30ce8125e2ce0454361239893516c56.zip
Merge pull request #3628 from mhinz/vim-patch-f2571c6
vim-patch:f2571c6
Diffstat (limited to 'runtime/syntax/kconfig.vim')
-rw-r--r--runtime/syntax/kconfig.vim7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/syntax/kconfig.vim b/runtime/syntax/kconfig.vim
index a6ceb1712a..c7a305b73c 100644
--- a/runtime/syntax/kconfig.vim
+++ b/runtime/syntax/kconfig.vim
@@ -1,6 +1,9 @@
" Vim syntax file
-" Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2009-05-25
+" 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-kconfig
if exists("b:current_syntax")
finish