diff options
author | secondlife | 2009-02-20 07:49:59 +0000 |
---|---|---|
committer | secondlife | 2009-02-20 07:49:59 +0000 |
commit | def0c4ef563bc8d013246a5d95e97d49127c4198 (patch) | |
tree | b1bc8c52e1870140f4870f6fcbaa22c415b9fb16 /hints-yank-paste.js | |
parent | 50973a623bfe00cf06f638cade0d522152bc167c (diff) | |
download | vimperator-plugins-def0c4ef563bc8d013246a5d95e97d49127c4198.tar.bz2 |
デフォルトXPATHの変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30355 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hints-yank-paste.js')
-rw-r--r-- | hints-yank-paste.js | 2 |
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+/); |