Changeset 17105 for lang/vim

Show
Ignore:
Timestamp:
08/05/08 17:59:01 (4 months ago)
Author:
ujihisa
Message:

write description

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vim/ruby/mixi.vim

    r17103 r17105  
     1" mixi.vim - support for japanese cozy social networking system 
     2" Author: ujihisa <http://ujihisa.nowa.jp/> 
     3" ModifiedBy: haiku <http://haiku.mine.nu/> 
     4" 
     5" [JUST POST] 
     6"   :Mixi 
     7" [IM MODE] 
     8"   ~/.vimrc: 
     9"     autocmd FileType mixiecho inoremap <buffer> <CR> <Esc>2GdG:<C-u>MixiEchoGet<Cr>ddO 
     10" [SPAM MODE] 
     11"   ~/.vimrc: 
     12"     autocmd FileType mixiecho inoremap <buffer> <Cr> <Esc>:<C-u>MixiEcho<Cr>o 
     13 
     14 
    115command! Mixi :call <SID>MixiStart() 
    216command! MixiEcho :call <SID>MixiStartEcho()