comparison runtime/ftplugin/debchangelog.vim @ 13231:167a030448fa

Update runtime files. commit https://github.com/vim/vim/commit/7254067ee970686cc3ff4a1effc3e49e9192a5c1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 22:00:53 2018 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 22:15:07 +0100
parents 1dea14d4c738
children e751b5c9dff3
comparison
equal deleted inserted replaced
13230:0b201ae05cd3 13231:167a030448fa
1 " Vim filetype plugin file (GUI menu, folding and completion) 1 " Vim filetype plugin file (GUI menu, folding and completion)
2 " Language: Debian Changelog 2 " Language: Debian Changelog
3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> 3 " Maintainer: Debian Vim Maintainers
4 " Former Maintainers: Michael Piefel <piefel@informatik.hu-berlin.de> 4 " Former Maintainers: Michael Piefel <piefel@informatik.hu-berlin.de>
5 " Stefano Zacchiroli <zack@debian.org> 5 " Stefano Zacchiroli <zack@debian.org>
6 " Last Change: 2014-01-31 6 " Last Change: 2018-01-06
7 " License: Vim License 7 " License: Vim License
8 " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/debchangelog.vim 8 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/ftplugin/debchangelog.vim
9 9
10 " Bug completion requires apt-listbugs installed for Debian packages or 10 " Bug completion requires apt-listbugs installed for Debian packages or
11 " python-launchpadlib installed for Ubuntu packages 11 " python-launchpadlib installed for Ubuntu packages
12 12
13 if exists("b:did_ftplugin") 13 if exists("b:did_ftplugin")