Mercurial > vim
view src/proto/hangulin.pro @ 7146:274adc0c2140
Added tag v7.4.884 for changeset 7669c1269190368760ccc1527a1675164c565fb8
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 25 Sep 2015 20:45:09 +0200 |
parents | 96cd8222a819 |
children | 2c00f6b312bf |
line wrap: on
line source
/* hangulin.c */ int hangul_input_state_get __ARGS((void)); void hangul_input_state_set __ARGS((int state)); int im_get_status __ARGS((void)); void hangul_input_state_toggle __ARGS((void)); void hangul_keyboard_set __ARGS((void)); int hangul_input_process __ARGS((char_u *s, int len)); void hangul_input_clear __ARGS((void)); /* vim: set ft=c : */