From 412bbfb4e3ac064acc0113f0bbe4f69eb1642261 Mon Sep 17 00:00:00 2001 From: David Stephen James Birch Date: Sat, 12 May 2012 14:33:40 +0100 Subject: [PATCH] Fixed typo. --- syntax/javascript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/javascript.vim b/syntax/javascript.vim index b5e345d..1ca24cf 100644 --- a/syntax/javascript.vim +++ b/syntax/javascript.vim @@ -23,7 +23,7 @@ if version < 600 && exists("javaScript_fold") unlet javaScript_fold endif -"" dollar sigh is permittd anywhere in an identifier +"" dollar sign is permittd anywhere in an identifier setlocal iskeyword+=$ syntax sync fromstart