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:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user