Skip to content

Instantly share code, notes, and snippets.

@thinca
Created May 14, 2011 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thinca/972134 to your computer and use it in GitHub Desktop.
Save thinca/972134 to your computer and use it in GitHub Desktop.
set rtp+=~/.vim/bundle/eskk,~/.vim/bundle/savemap,~/.vim/bundle/vice
let t = eskk#table#new('rom_to_hira*', 'rom_to_hira')
call t.add_map('va', 'ゔぁ')
call t.add_map('vi', 'ゔぃ')
call t.add_map('vu', 'ゔ')
call t.add_map('ve', 'ゔぇ')
call t.add_map('vo', 'ゔぉ')
call t.add_map('z ', ' ')
call eskk#register_mode_table('hira', t)
unlet t
runtime! plugin/eskk.vim
@tyru
Copy link

tyru commented May 14, 2011

再現しないコード

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment