mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 01:53:32 +02:00
remove FIXME comment
This commit is contained in:
@@ -162,7 +162,6 @@ function help(section, easter) //{{{
|
|||||||
var mappings = '<span style="float: right"><code class="tag">mappings</code></span><h2 id="mappings">Mappings</h2>\n' +
|
var mappings = '<span style="float: right"><code class="tag">mappings</code></span><h2 id="mappings">Mappings</h2>\n' +
|
||||||
'<p>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.</p>'+
|
'<p>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.</p>'+
|
||||||
'<table class="vimperator mappings">'
|
'<table class="vimperator mappings">'
|
||||||
// FIXME: fix this when Command() is added and help patch is merged -- djk
|
|
||||||
mappings += makeHelpString(vimperator.mappings, "", "", null);
|
mappings += makeHelpString(vimperator.mappings, "", "", null);
|
||||||
mappings += '</table>';
|
mappings += '</table>';
|
||||||
if (section && section == 'holy-grail')
|
if (section && section == 'holy-grail')
|
||||||
|
|||||||
Reference in New Issue
Block a user