comparison runtime/ftplugin/logcheck.vim @ 3281:af1e8a1714c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:08:56 +0100
parents 86532ee3ea41
children 9d3d7b0f4861
comparison
equal deleted inserted replaced
3280:aa265b7165cc 3281:af1e8a1714c2
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: Logcheck 2 " Language: Logcheck
3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> 3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
4 " Last Change: 2010 Jul 29 4 " Last Change: 2012 Jan 15
5 " License: GNU GPL, version 2.0 5 " License: Vim License
6 " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/logcheck.vim 6 " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/logcheck.vim
7 7
8 if exists("b:did_ftplugin") 8 if exists("b:did_ftplugin")
9 finish 9 finish
10 endif 10 endif