From e0638cfa3bac3e1d9fa5a0325091e0df2eaaa7cf Mon Sep 17 00:00:00 2001 From: Thomas Rafferty Date: Fri, 4 Sep 2015 13:53:04 +1000 Subject: [PATCH] fixes #156 autocomplete not working in ST3 Removed two invalid entries from the cf10.py FUNCTIONS array. These were manipulated in ColdFusionAutoComplete::on_cfscript_all then passed to Sublime Text which choked on the spaces. --- dictionaries/cf10.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dictionaries/cf10.py b/dictionaries/cf10.py index 573a7c2..4a55cc6 100644 --- a/dictionaries/cf10.py +++ b/dictionaries/cf10.py @@ -7631,13 +7631,5 @@ 'trueFalseFormat(${1:value})': [ -], -'private void function ${1:value}($0) {\n}': -[ - -], -'private string function ${1:value}($0) {\n}': -[ - ] } \ No newline at end of file