From 9ab1cddcc235dd9059d6a4e58659f6f00652422b Mon Sep 17 00:00:00 2001
From: anekos
Date: Fri, 14 May 2010 14:15:05 +0000
Subject: edit-vimperator-files.js による補完強化
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37536 d0d07461-0603-4401-acd4-de1884942a52
---
auto_source.js | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'auto_source.js')
diff --git a/auto_source.js b/auto_source.js
index d531e60..47cf4d9 100644
--- a/auto_source.js
+++ b/auto_source.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
Auto Source
Sourcing automatically when the specified file is modified.
指定のファイルが変更されたら自動で :so する。
- 1.5.3
+ 1.6.0
anekos
2.3
2.3
@@ -67,7 +67,7 @@ let PLUGIN_INFO =
]]>
;
let INFO =
-
@@ -207,7 +207,9 @@ let INFO =
context.title = ['Path'];
context.completions = files.map(function (it) ([it.path, '']));
} else {
- completion.file(context);
+ context.fork('File', 0, context, completion.file);
+ if (completion.vimperatorFiles)
+ context.fork('VimperatorFile', 0, context, completion.vimperatorFiles);
}
}
},
--
cgit v1.2.3