comparison runtime/doc/syntax.txt @ 2581:e8a482a7fa6c

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Sep 2010 19:01:21 +0200
parents 073ff46fe397
children fae782ef63dd
comparison
equal deleted inserted replaced
2580:06aa43dde561 2581:e8a482a7fa6c
1 *syntax.txt* For Vim version 7.3. Last change: 2010 Aug 10 1 *syntax.txt* For Vim version 7.3. Last change: 2010 Sep 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3951 3951
3952 To show the syntax items for one syntax group: > 3952 To show the syntax items for one syntax group: >
3953 3953
3954 :sy[ntax] list {group-name} 3954 :sy[ntax] list {group-name}
3955 3955
3956 To list the syntax groups in one cluster: *E392* > 3956 To list the syntax groups in one cluster: *E392* >
3957 3957
3958 :sy[ntax] list @{cluster-name} 3958 :sy[ntax] list @{cluster-name}
3959 3959
3960 See above for other arguments for the ":syntax" command. 3960 See above for other arguments for the ":syntax" command.
3961 3961
4610 A window with its own syntax reverts to normal behavior when another buffer 4610 A window with its own syntax reverts to normal behavior when another buffer
4611 is loaded into that window or the file is reloaded. 4611 is loaded into that window or the file is reloaded.
4612 When splitting the window, the new window will use the original syntax. 4612 When splitting the window, the new window will use the original syntax.
4613 4613
4614 ============================================================================== 4614 ==============================================================================
4615 16. Color xterms *xterm-color* *color-xterm* 4615 17. Color xterms *xterm-color* *color-xterm*
4616 4616
4617 Most color xterms have only eight colors. If you don't get colors with the 4617 Most color xterms have only eight colors. If you don't get colors with the
4618 default setup, it should work with these lines in your .vimrc: > 4618 default setup, it should work with these lines in your .vimrc: >
4619 :if &term =~ "xterm" 4619 :if &term =~ "xterm"
4620 : if has("terminfo") 4620 : if has("terminfo")