Mercurial > vim
comparison runtime/ftplugin/pascal.vim @ 2034:7bc41231fbc7
Update runtime files.
author | Bram Moolenaar <bram@zimbu.org> |
---|---|
date | Wed, 06 Jan 2010 20:54:52 +0100 |
parents | a1059cda45f2 |
children | 0877b8d6370e |
comparison
equal
deleted
inserted
replaced
2033:de5a43c5eedc | 2034:7bc41231fbc7 |
---|---|
1 " Vim filetype plugin file | 1 " Vim filetype plugin file |
2 " Language: pascal | 2 " Language: pascal |
3 " Maintainer: Dan Sharp <dwsharp at hotmail dot com> | 3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net> |
4 " Last Changed: 2005 Sep 05 | 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 let b:did_ftplugin = 1 | 8 let b:did_ftplugin = 1 |
9 | 9 |
10 if exists("loaded_matchit") | 10 if exists("loaded_matchit") |