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')