1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 07:37:59 +01:00

fix :colorscheme completion

This commit is contained in:
Doug Kearns
2008-12-05 23:34:01 +11:00
parent 0e13ddd166
commit 64b4d5f9da
2 changed files with 7 additions and 5 deletions

View File

@@ -413,6 +413,8 @@ function IO() //{{{
sourcing: null,
pathSeparator: WINDOWS ? "\\" : "/",
expandPath: function (path)
{
// TODO: proper pathname separator translation like Vim - this should be done elsewhere