comparison runtime/doc/syntax.txt @ 6583:b0a227941705

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 19:13:34 +0100
parents 11d78e58a487
children 3af822eb4da5
comparison
equal deleted inserted replaced
6582:caeb08965286 6583:b0a227941705
1 *syntax.txt* For Vim version 7.4. Last change: 2015 Jan 07 1 *syntax.txt* For Vim version 7.4. Last change: 2015 Feb 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1132 1132
1133 The diff highlighting normally finds translated headers. This can be slow if 1133 The diff highlighting normally finds translated headers. This can be slow if
1134 there are very long lines in the file. To disable translations: > 1134 there are very long lines in the file. To disable translations: >
1135 1135
1136 :let diff_translations = 0 1136 :let diff_translations = 0
1137
1138 Also see |diff-slow|.
1137 1139
1138 1140
1139 DIRCOLORS *dircolors.vim* *ft-dircolors-syntax* 1141 DIRCOLORS *dircolors.vim* *ft-dircolors-syntax*
1140 1142
1141 The dircolors utility highlighting definition has one option. It exists to 1143 The dircolors utility highlighting definition has one option. It exists to