]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_vimperator/plugin/multi_requester_js
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimperator / plugin / multi_requester_js
index 90ca321e355ceac175fd4c6f4424318714e41ecc..4b9c9f9b7765edc00cc45264f42c42f65ba33353 100644 (file)
@@ -304,7 +304,8 @@ var MultiRequester = {
       let srcEncode = info.srcEncode || "UTF-8";
       let urlEncode = info.urlEncode || srcEncode;
 
-      let repStrCount = let (m = url.match(/%s/g)) (m && m.length);
+      let m = url.match(/%s/g);
+      let repStrCount = m && m.length;
       if (repStrCount && !parsedArgs.strs.length) continue;
 
       // via. lookupDictionary.js