mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
Remove some invalid comments.
This commit is contained in:
@@ -534,10 +534,6 @@ function Bookmarks() //{{{
|
|||||||
process: [template.icon, template.bookmarkDescription]
|
process: [template.icon, template.bookmarkDescription]
|
||||||
}),
|
}),
|
||||||
|
|
||||||
// if "bypassCache" is true, it will force a reload of the bookmarks database
|
|
||||||
// on my PC, it takes about 1ms for each bookmark to load, so loading 1000 bookmarks
|
|
||||||
// takes about 1 sec
|
|
||||||
// Huh? --djk
|
|
||||||
// TODO: why is this a filter? --djk
|
// TODO: why is this a filter? --djk
|
||||||
get: function get(filter, tags, maxItems, extra)
|
get: function get(filter, tags, maxItems, extra)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1059,9 +1059,6 @@ lookup:
|
|||||||
{
|
{
|
||||||
let lineNumber = i + 1;
|
let lineNumber = i + 1;
|
||||||
|
|
||||||
// TODO: messages need to be able to specify
|
|
||||||
// whether they can be cleared/overwritten or
|
|
||||||
// should be appended to and the MOW opened
|
|
||||||
liberator.echoerr("Error detected while processing " + file.path, commandline.FORCE_MULTILINE);
|
liberator.echoerr("Error detected while processing " + file.path, commandline.FORCE_MULTILINE);
|
||||||
commandline.echo("line " + lineNumber + ":", commandline.HL_LINENR, commandline.APPEND_TO_MESSAGES);
|
commandline.echo("line " + lineNumber + ":", commandline.HL_LINENR, commandline.APPEND_TO_MESSAGES);
|
||||||
liberator.echoerr("E492: Not an editor command: " + line);
|
liberator.echoerr("E492: Not an editor command: " + line);
|
||||||
|
|||||||
Reference in New Issue
Block a user