diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:05:39 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:07:58 +0100 |
commit | 733b4ce0339f2fdcdb0db67717fc090dcfecf250 (patch) | |
tree | dc9498c3ac8b8d71933f785502c0689be8cd07ec /runtime/syntax/debsources.vim | |
parent | 1a51524ad540da00736027313cd89747c86c1690 (diff) | |
download | rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.tar.gz rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.tar.bz2 rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.zip |
vim-patch:7254067ee970
Update runtime files.
https://github.com/vim/vim/commit/7254067ee970686cc3ff4a1effc3e49e9192a5c1
Diffstat (limited to 'runtime/syntax/debsources.vim')
-rw-r--r-- | runtime/syntax/debsources.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim index 6791ece294..4e136fa9e3 100644 --- a/runtime/syntax/debsources.vim +++ b/runtime/syntax/debsources.vim @@ -1,9 +1,9 @@ " Vim syntax file " Language: Debian sources.list -" Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> +" Maintainer: Debian Vim Maintainers " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl> -" Last Change: 2017 Oct 28 -" URL: https://anonscm.debian.org/cgit/pkg-vim/vim.git/plain/runtime/syntax/debsources.vim +" Last Change: 2018 Jan 06 +" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim " Standard syntax initialization if exists("b:current_syntax") |