mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 16:14:13 +01:00
Merge branch 'master' into vimperator-2.1
Conflicts: vimperator/NEWS
This commit is contained in:
@@ -113,8 +113,13 @@ function IO() //{{{
|
||||
try
|
||||
{
|
||||
path.appendRelativePath(self.expandPath(tail, true)); // FIXME: should only expand env vars and normalise path separators
|
||||
if (path.exists() && path.normalize)
|
||||
path.normalize();
|
||||
// TODO: This code breaks the external editor at least in ubuntu
|
||||
// because /usr/bin/gvim becomes /usr/bin/vim.gnome normalized and for
|
||||
// some strange reason it will start without a gui then (which is not
|
||||
// optimal if you don't start firefox from a terminal ;)
|
||||
// Why do we need this code?
|
||||
// if (path.exists() && path.normalize)
|
||||
// path.normalize();
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user