From 86913712ed3a3d8db6ce147b366aa0ca4b67f701 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 19 Aug 2007 10:54:45 +0000 Subject: [PATCH] remove FIXME comment - allowing the "zz" mapping to use its count as the zoom value rather than an arg is the same as "gg", "G" and others in Vim --- chrome/content/vimperator/mappings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 2c3634bb..74f01039 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -669,7 +669,6 @@ function Mappings() //{{{ } )); addDefaultMap(new Map(vimperator.modes.NORMAL, ["zz"], - // FIXME: does it make sense to use count for this? Just use it for returning to 100%? function(count) { vimperator.buffer.textZoom = count > 1 ? count : 100; }, { short_help: "Set zoom value of the web page",