diff options
Diffstat (limited to 'runtime/syntax/sql.vim')
-rw-r--r-- | runtime/syntax/sql.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/sql.vim b/runtime/syntax/sql.vim index 935dec46d..311d9eeb8 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. " |