comparison runtime/ftplugin/php.vim @ 2034:7bc41231fbc7

Update runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:54:52 +0100
parents 149d8b46404c
children 94601b379f38
comparison
equal deleted inserted replaced
2033:de5a43c5eedc 2034:7bc41231fbc7
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: php 2 " Language: php
3 " Maintainer: Dan Sharp <dwsharp at hotmail dot com> 3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
4 " Last Changed: 2007 Nov 10 4 " Last Changed: 20 Jan 2009
5 " URL: http://mywebpage.netscape.com/sharppeople/vim/ftplugin 5 " URL: http://dwsharp.users.sourceforge.net/vim/ftplugin
6 6
7 if exists("b:did_ftplugin") | finish | endif 7 if exists("b:did_ftplugin") | finish | endif
8 8
9 " Make sure the continuation lines below do not cause problems in 9 " Make sure the continuation lines below do not cause problems in
10 " compatibility mode. 10 " compatibility mode.