comparison runtime/doc/syntax.txt @ 720:e180933b876a v7.0219

updated for version 7.0219
author vimboss
date Thu, 09 Mar 2006 22:37:52 +0000
parents 2af8de31a3a8
children 0e81c2291705
comparison
equal deleted inserted replaced
719:82ef0c58b012 720:e180933b876a
1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 01 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2372 the syntax file. 2372 the syntax file.
2373 2373
2374 2374
2375 SQL *sql.vim* *ft-sql-syntax* 2375 SQL *sql.vim* *ft-sql-syntax*
2376 *sqlinformix.vim* *ft-sqlinformix-syntax* 2376 *sqlinformix.vim* *ft-sqlinformix-syntax*
2377 2377 *sqlanywhere.vim* *ft-sqlanywhere-syntax*
2378 While there is an ANSI standard for SQL, most database engines add their 2378
2379 own custom extensions. Vim currently supports the Oracle and Informix 2379 While there is an ANSI standard for SQL, most database engines add their own
2380 dialects of SQL. Vim assumes "*.sql" files are Oracle SQL by default. 2380 custom extensions. Vim currently supports the Oracle and Informix dialects of
2381 2381 SQL. Vim assumes "*.sql" files are Oracle SQL by default.
2382 If you want to use the Informix dialect, put this in your startup vimrc: > 2382
2383 :let g:filetype_sql = "sqlinformix" 2383 Vim currently has SQL support for a variety of different vendors via syntax
2384 scripts. You can change Vim's default from Oracle to any of the current SQL
2385 supported types. You can also easily alter the SQL dialect being used on a
2386 buffer by buffer basis.
2387
2388 For more detailed instructions see |sql.txt|.
2384 2389
2385 2390
2386 TCSH *tcsh.vim* *ft-tcsh-syntax* 2391 TCSH *tcsh.vim* *ft-tcsh-syntax*
2387 2392
2388 This covers the shell named "tcsh". It is a superset of csh. See |csh.vim| 2393 This covers the shell named "tcsh". It is a superset of csh. See |csh.vim|