From ce88c8918d9e77895eb56bf375a56c67766053c2 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 20 Nov 2008 21:27:44 +0000 Subject: [PATCH] Sorry, committed some things accidentally, before. Added modes.addMode. Made some changes to Commands toward using the parser for completions. --- content/commands.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/commands.js b/content/commands.js index 3fe77256..380f8c8d 100644 --- a/content/commands.js +++ b/content/commands.js @@ -444,9 +444,6 @@ function Commands() //{{{ while (i < str.length) { // skip whitespace - //let re = /^\s*/; - //re.lastIndex = i; - //i += re.exec(str)[0].length; if (/\s/.test(str[i])) { i++;