From 47ec99eb7b07248940680e9bc88b5aff97dea3c3 Mon Sep 17 00:00:00 2001 From: David Stephen James Birch Date: Sat, 12 May 2012 20:11:05 +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 c6e4b55..0c30085 100644 --- a/syntax/javascript.vim +++ b/syntax/javascript.vim @@ -23,7 +23,7 @@ if version < 600 && exists("javaScript_fold") unlet javaScript_fold endif -"" dollar sign is permittd anywhere in an identifier +"" dollar sign is permitted anywhere in an identifier setlocal iskeyword+=$ syntax sync fromstart