From a1582a841b2864ad20c22cc18b04010f9a813128 Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 24 Aug 2014 16:28:39 -0500 Subject: Spelling fixes --- runtime/syntax/d.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/d.vim') diff --git a/runtime/syntax/d.vim b/runtime/syntax/d.vim index 52c83bf913..07a299fa55 100644 --- a/runtime/syntax/d.vim +++ b/runtime/syntax/d.vim @@ -387,7 +387,7 @@ hi def link dPragmaIdentifier Identifier hi def link dExtern dExternal hi def link dExternIdentifier Identifier -" Marks contents of the asm statment body as special +" Marks contents of the asm statement body as special syn match dAsmStatement "\" syn region dAsmBody start="asm[\n]*\s*{"hs=e+1 end="}"he=e-1 contains=dAsmStatement,dAsmOpCode,@dComment,DUserLabel -- cgit