aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsecondlife2009-02-20 07:49:59 +0000
committersecondlife2009-02-20 07:49:59 +0000
commitdef0c4ef563bc8d013246a5d95e97d49127c4198 (patch)
treeb1bc8c52e1870140f4870f6fcbaa22c415b9fb16
parent50973a623bfe00cf06f638cade0d522152bc167c (diff)
downloadvimperator-plugins-def0c4ef563bc8d013246a5d95e97d49127c4198.tar.bz2
デフォルトXPATHの変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30355 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--hints-yank-paste.js2
1 files changed, 1 insertions, 1 deletions
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+/);