comparison runtime/doc/syntax.txt @ 6476:11d78e58a487

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Jan 2015 16:57:10 +0100
parents 5d89d9b40499
children b0a227941705
comparison
equal deleted inserted replaced
6475:35cfb5077f7b 6476:11d78e58a487
1 *syntax.txt* For Vim version 7.4. Last change: 2014 Nov 19 1 *syntax.txt* For Vim version 7.4. Last change: 2015 Jan 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1124 http://standards.freedesktop.org/desktop-entry-spec/latest/ 1124 http://standards.freedesktop.org/desktop-entry-spec/latest/
1125 But actually almost none implements this standard fully. Thus it will 1125 But actually almost none implements this standard fully. Thus it will
1126 highlight all Unix ini files. But you can force strict highlighting according 1126 highlight all Unix ini files. But you can force strict highlighting according
1127 to standard by placing this in your vimrc file: > 1127 to standard by placing this in your vimrc file: >
1128 :let enforce_freedesktop_standard = 1 1128 :let enforce_freedesktop_standard = 1
1129
1130
1131 DIFF *diff.vim*
1132
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: >
1135
1136 :let diff_translations = 0
1129 1137
1130 1138
1131 DIRCOLORS *dircolors.vim* *ft-dircolors-syntax* 1139 DIRCOLORS *dircolors.vim* *ft-dircolors-syntax*
1132 1140
1133 The dircolors utility highlighting definition has one option. It exists to 1141 The dircolors utility highlighting definition has one option. It exists to