From 88ab43b259ed8ee3805ded1df679ca5a336a0b26 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 4 Apr 2010 14:32:35 +0000 Subject: 新しい設定方法についてドクメント git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37156 d0d07461-0603-4401-acd4-de1884942a52 --- hints-yank-paste.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hints-yank-paste.js') diff --git a/hints-yank-paste.js b/hints-yank-paste.js index 6e37d8c..953e573 100644 --- a/hints-yank-paste.js +++ b/hints-yank-paste.js @@ -18,9 +18,11 @@ var PLUGIN_INFO = マップするキーや hint の XPath などは変更できます。 liberator.globalVariables.hints_copy_maps = ['c', 'C', 'p', 'P']; +let g:hints_copy_maps = "c C p P" 例: paste のほうは設定しない liberator.globalVariables.hints_copy_maps = ['c', 'C', null, null]; +let g:hints_copy_maps = "c C " set hintyanktags='//xpath|//xpath2'; set hintpastetags='//xpath|//xpath2'; -- cgit v1.2.3