diff options
Diffstat (limited to 'runtime/syntax/xpm.vim')
-rw-r--r-- | runtime/syntax/xpm.vim | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/runtime/syntax/xpm.vim b/runtime/syntax/xpm.vim index 8cc92a1189..2021c3a967 100644 --- a/runtime/syntax/xpm.vim +++ b/runtime/syntax/xpm.vim @@ -124,15 +124,13 @@ endif " has("gui_running") " Define the default highlighting. " Only when an item doesn't have highlighting yet -command -nargs=+ HiLink hi def link <args> -HiLink xpmType Type -HiLink xpmStorageClass StorageClass -HiLink xpmTodo Todo -HiLink xpmComment Comment -HiLink xpmPixelString String +hi def link xpmType Type +hi def link xpmStorageClass StorageClass +hi def link xpmTodo Todo +hi def link xpmComment Comment +hi def link xpmPixelString String -delcommand HiLink let b:current_syntax = "xpm" |