aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormitsugu oyama2011-09-15 15:04:46 +0900
committermitsugu oyama2011-09-15 15:04:46 +0900
commit2e7a0d9ff9d982d393c352b5c6481322e17a6cc9 (patch)
treee068173ff5f99f6d8eb63f434e70baff9ae77c4a
parentf158a2cf0358f1727a3944965965eee14aa6d305 (diff)
downloadvimperator-plugins-pixiv/desynchronization.tar.bz2
fix rebuild full path when exist path namepixiv/desynchronization
-rw-r--r--pixiv.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixiv.js b/pixiv.js
index a8a39a3..320412d 100644
--- a/pixiv.js
+++ b/pixiv.js
@@ -136,7 +136,7 @@ commands.addUserCommand(
if(null===value){
return false;
}
- fileName='/'+value;
+ fileName=value;
tmpPath=saveDirectory.clone();
tmpPath.append(fileName);
}