comparison runtime/doc/syntax.txt @ 2236:dc2e5ec0500d vim73

Added the undofile() function. Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 30 May 2010 18:30:36 +0200
parents b17bbfa96fa0
children 1bac28a53fae
comparison
equal deleted inserted replaced
2235:4ba83ae8d505 2236:dc2e5ec0500d
826 826
827 827
828 DESKTOP *desktop.vim* *ft-desktop-syntax* 828 DESKTOP *desktop.vim* *ft-desktop-syntax*
829 829
830 Primary goal of this syntax file is to highlight .desktop and .directory files 830 Primary goal of this syntax file is to highlight .desktop and .directory files
831 according to freedesktop.org standard: http://pdx.freedesktop.org/Standards/ 831 according to freedesktop.org standard:
832 http://standards.freedesktop.org/desktop-entry-spec/latest/
832 But actually almost none implements this standard fully. Thus it will 833 But actually almost none implements this standard fully. Thus it will
833 highlight all Unix ini files. But you can force strict highlighting according 834 highlight all Unix ini files. But you can force strict highlighting according
834 to standard by placing this in your vimrc file: > 835 to standard by placing this in your vimrc file: >
835 :let enforce_freedesktop_standard = 1 836 :let enforce_freedesktop_standard = 1
836 837