Changeset 15806 for dotfiles

Show
Ignore:
Timestamp:
07/14/08 22:59:19 (4 months ago)
Author:
momolab
Message:

copy.jsとmigemo_hint.js用の定義を追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vimperator/momolab-vimperatorrc

    r15152 r15806  
    6565EOM 
    6666 
     67"copy.js�p�̒� 
     68javascript <<EOM 
     69liberator.globalVariables.copy_templates = [ 
     70  { label: 'url',            value: '%URL%' }, 
     71  { label: 'rd',             value: '((<%TITLE%|URL:%URL%>))' }, 
     72  { label: 'titleAndURL',    value: '%TITLE%\n%URL%' }, 
     73  { label: 'title',          value: '%TITLE%' }, 
     74  { label: 'anchor',         value: '<a href="%URL%">%TITLE%</a>' }, 
     75  { label: 'selanchor',      value: '<a href="%URL%" title="%TITLE%">%SEL%</a>' }, 
     76  { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } 
     77]; 
     78EOM 
     79 
     80"migemo_hint.js�p�̒� 
     81set hintmatching = custom 
     82 
    6783 
    6884"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""