From 0026ca6c003680ffee93847fcf646535ebc713af Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 7 Apr 2011 16:19:34 +0000 Subject: Minor typo in the vim syntax hilighter. --- support/vim/syntax/build.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/vim/syntax/build.vim b/support/vim/syntax/build.vim index ae83d94..cb491e6 100644 --- a/support/vim/syntax/build.vim +++ b/support/vim/syntax/build.vim @@ -19,7 +19,7 @@ syn keyword Statement include set unset function target input condition requir syn keyword Todo TODO FIXME XXX syn keyword Type int string bool float version syn keyword Constant null true false file never always important normal hidden autogenerated filetime -syn keyword Builtins files dirs matches replace regexp execute unlink exists getMakeDeps toString targets fileName dirName +syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 -- cgit v1.2.3