From 9d7d699432351f655b673a4c56fbb38f91a85c5e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 26 Jun 2007 05:07:02 +0000 Subject: [PATCH] remove FIXME comment --- chrome/content/vimperator/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index 67bd1fd8..61b1d7aa 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -162,7 +162,6 @@ function help(section, easter) //{{{ var mappings = 'mappings

Mappings

\n' + '

The denotion of modifier keys is like in Vim, so C- means the Control key, M- the Meta key, A- the Alt key and S- the Shift key.

'+ '' - // FIXME: fix this when Command() is added and help patch is merged -- djk mappings += makeHelpString(vimperator.mappings, "", "", null); mappings += '
'; if (section && section == 'holy-grail')