1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-26 09:25:47 +01:00

Delete some stale comments.

--HG--
extra : rebase_source : 509c4daaf6e61de833f454cc81d8a7e13752eb94
This commit is contained in:
Doug Kearns
2011-06-19 19:17:04 +10:00
parent eefc32dfe4
commit 29874da067
3 changed files with 2 additions and 4 deletions

View File

@@ -570,7 +570,6 @@ var IO = Module("io", {
// go directly to an absolute path or look for a relative path
// match in 'cdpath'
// TODO: handle ../ and ./ paths
if (File.isAbsolutePath(arg)) {
io.cwd = arg;
dactyl.echomsg(io.cwd.path);
@@ -788,7 +787,7 @@ unlet s:cpo_save
else
modules.commandline.commandOutput(
template.tabular(["<SNR>", "Filename"], ["text-align: right; padding-right: 1em;"],
([i + 1, file] for ([i, file] in Iterator(io._scriptNames))))); // TODO: add colon and remove column titles for pedantic Vim compatibility?
([i + 1, file] for ([i, file] in Iterator(io._scriptNames)))));
},
{ argCount: "0" });