diff options
Diffstat (limited to 'runtime/syntax/arch.vim')
-rw-r--r-- | runtime/syntax/arch.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/arch.vim b/runtime/syntax/arch.vim index ad23a7713..fa9c3f02c 100644 --- a/runtime/syntax/arch.vim +++ b/runtime/syntax/arch.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: GNU Arch inventory file " Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2007-05-06 +" Latest Revision: 2007-06-17 if exists("b:current_syntax") finish @@ -10,7 +10,7 @@ endif let s:cpo_save = &cpo set cpo&vim -setlocal iskeyword=@,48-57,_,- +setlocal iskeyword+=- syn keyword archTodo TODO FIXME XXX NOTE |