From def0c4ef563bc8d013246a5d95e97d49127c4198 Mon Sep 17 00:00:00 2001 From: secondlife Date: Fri, 20 Feb 2009 07:49:59 +0000 Subject: デフォルトXPATHの変更 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30355 d0d07461-0603-4401-acd4-de1884942a52 --- hints-yank-paste.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hints-yank-paste.js') diff --git a/hints-yank-paste.js b/hints-yank-paste.js index db33ba9..470ab79 100644 --- a/hints-yank-paste.js +++ b/hints-yank-paste.js @@ -44,7 +44,7 @@ var p = function(msg) { }; const DEFAULT_MAPS = ['c', 'C', 'p', 'P']; -const DEFAULT_YANK_HINTTAGS = 'h1 h2 h3 h4 h5 h6 pre p ul ol blockquote img code input textarea'. +const DEFAULT_YANK_HINTTAGS = 'h1 h2 h3 h4 h5 h6 pre p ul ol ul/li ol/li blockquote img code input textarea'. split(/\s+/).map(function(t) '//' + t).join(' | '); const TEXT_ATTRS = 'src value href title alt'.split(/\s+/); -- cgit v1.2.3