aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-05-05 20:04:54 -0700
committerPhil Crosby2012-05-05 20:05:50 -0700
commit6cec158a79263067e14ba9a8efef7bd2626203ad (patch)
tree04d82fd3e07541e488d168846b3c241c123af8d1
parent0a8773fd018bf1e0f5529a012b3e9dc9676537a9 (diff)
downloadvimium-6cec158a79263067e14ba9a8efef7bd2626203ad.tar.bz2
Rename fuzzymode.js to vomnibar.js
-rw-r--r--manifest.json2
-rw-r--r--vimium.css2
-rw-r--r--vomnibar.js (renamed from fuzzyMode.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index b0598dd2..01cfc7c7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -22,7 +22,7 @@
"lib/domUtils.js",
"lib/clipboard.js",
"linkHints.js",
- "fuzzyMode.js",
+ "vomnibar.js",
"vimiumFrontend.js"
],
"css": ["vimium.css"],
diff --git a/vimium.css b/vimium.css
index 6aebb74c..b4c39799 100644
--- a/vimium.css
+++ b/vimium.css
@@ -284,7 +284,7 @@ body.vimiumFindMode ::selection {
background: #ff9632;
};
-/* fuzzymode CSS */
+/* Vomnibar CSS */
#vomnibar ol, #vomnibar ul {
list-style: none !important;
diff --git a/fuzzyMode.js b/vomnibar.js
index 4f136635..4f136635 100644
--- a/fuzzyMode.js
+++ b/vomnibar.js