commit | c9b4b05b3544b434730eb218e848a1a441d5ffb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 18:54:39 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 18:54:39 2006 +0000 |
tree | c1550ddf398d2030ed25ee98e8342fcb41ac1c87 | |
parent | aa35dd1667c5903cdcc32ebe10f27bc6683c68a1 [diff] [blame] |
updated for version 7.0g
diff --git a/runtime/syntax/sql.vim b/runtime/syntax/sql.vim index 935dec4..311d9ee 100644 --- a/runtime/syntax/sql.vim +++ b/runtime/syntax/sql.vim
@@ -5,8 +5,8 @@ " Version: 1.0 " Description: Checks for a: -" buffer local variable, -" global variable, +" buffer local variable, +" global variable, " If the above exist, it will source the type specified. " If none exist, it will source the default sql.vim file. "