comparison runtime/doc/syntax.txt @ 3920:c53344bacabf

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 15 Nov 2012 21:28:22 +0100
parents 9910cbff5f16
children fdb8a9c7bd91
comparison
equal deleted inserted replaced
3919:23fc3dc4317e 3920:c53344bacabf
1 *syntax.txt* For Vim version 7.3. Last change: 2012 Jul 16 1 *syntax.txt* For Vim version 7.3. Last change: 2012 Nov 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2485 command line before loading a file with the readline syntax: > 2485 command line before loading a file with the readline syntax: >
2486 let readline_has_bash = 1 2486 let readline_has_bash = 1
2487 2487
2488 This will add highlighting for the commands that BASH (version 2.05a and 2488 This will add highlighting for the commands that BASH (version 2.05a and
2489 later, and part earlier) adds. 2489 later, and part earlier) adds.
2490
2491
2492 RESTRUCTURED TEXT *rst.vim* *ft-rst-syntax*
2493
2494 You may set what syntax definitions should be used for code blocks via
2495 let rst_syntax_code_list = ['vim', 'lisp', ...]
2490 2496
2491 2497
2492 REXX *rexx.vim* *ft-rexx-syntax* 2498 REXX *rexx.vim* *ft-rexx-syntax*
2493 2499
2494 If you notice highlighting errors while scrolling backwards, which are fixed 2500 If you notice highlighting errors while scrolling backwards, which are fixed