Skip to content
Snippets Groups Projects
Commit cf8b48da authored by M Rawash's avatar M Rawash
Browse files

forgot to option names

parent c7191869
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,8 @@ group.commands.add(['sessions[ave]','mkses[sion]'],
let data = '" vim: set ft=pentadactyl:\n';
data+='\ncd '+io.cwd.path;
data+='\nse '+options.runtimepath;
data+='\nse '+options.sessiondir;
data+='\nse rtp='+options.runtimepath;
data+='\nse sesdir='+options.sessiondir;
tabs.visibleTabs.forEach(function (tab, i) {
data+='\nt '+tab.linkedBrowser.contentDocument.location.href;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment