mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:57:58 +01:00
move LocalFile and fopen to a vimperator.io namespace
This commit is contained in:
@@ -254,7 +254,7 @@ vimperator.completion = (function() // {{{
|
||||
|
||||
try
|
||||
{
|
||||
var fd = vimperator.fopen(dir);
|
||||
var fd = vimperator.io.fopen(dir);
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user