comparison runtime/syntax/sql.vim @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents e180933b876a
children 18ee39301b82
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
3 " Maintainer: David Fishburn <fishburn at ianywhere dot com> 3 " Maintainer: David Fishburn <fishburn at ianywhere dot com>
4 " Last Change: Thu Sep 15 2005 10:30:02 AM 4 " Last Change: Thu Sep 15 2005 10:30:02 AM
5 " Version: 1.0 5 " Version: 1.0
6 6
7 " Description: Checks for a: 7 " Description: Checks for a:
8 " buffer local variable, 8 " buffer local variable,
9 " global variable, 9 " global variable,
10 " If the above exist, it will source the type specified. 10 " If the above exist, it will source the type specified.
11 " If none exist, it will source the default sql.vim file. 11 " If none exist, it will source the default sql.vim file.
12 " 12 "
13 " For version 5.x: Clear all syntax items 13 " For version 5.x: Clear all syntax items
14 " For version 6.x: Quit when a syntax file was already loaded 14 " For version 6.x: Quit when a syntax file was already loaded