Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-23 | * add Example HTML file. | hogelog | |
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27268 d0d07461-0603-4401-acd4-de1884942a52 | |||
2008-12-23 | * add updateURL. | hogelog | |
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27267 d0d07461-0603-4401-acd4-de1884942a52 | |||
</** * ==VimperatorPlugin== * @name migemo_completion.js * @description replace completion function with using Migemo * @description-ja 補完関数をMigemoを使用したものに取り替える * @author Trapezoid * @version 0.3 * ==/VimperatorPlugin== * * Support commands: * - :buffer * - :sidebar * - :emenu * - :dialog * - :help * - :macros * - :play * and more **/ (function(){ var XMigemoCore = Components.classes["@piro.sakura.ne.jp/xmigemo/factory;1"] .getService(Components.interfaces.pIXMigemoFactory) .getService("ja"); var XMigemoTextUtils = Components.classes["@piro.sakura.ne.jp/xmigemo/text-utility;1"] .getService(Components.interfaces.pIXMigemoTextUtils); var oldFilter,migemoPattern; modules |