Changeset 37156

Show
Ignore:
Timestamp:
04/04/10 23:32:35 (3 years ago)
Author:
anekos
Message:

新しい設定方法についてドクメント

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/hints-yank-paste.js

    r37155 r37156  
    1919 
    2020liberator.globalVariables.hints_copy_maps = ['c', 'C', 'p', 'P']; 
     21let g:hints_copy_maps = "c C p P" 
    2122 
    2223例: paste のほうは設定しない 
    2324liberator.globalVariables.hints_copy_maps = ['c', 'C', null, null]; 
     25let g:hints_copy_maps = "c C <nop> <nop>" 
    2426 
    2527set hintyanktags='//xpath|//xpath2';