annotate src/proto/hangulin.pro @ 6062:50575818a97f
v7.4.370
updated for version 7.4.370
Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall)
Solution: Split the test in a single byte one and a utf-8 one. (Christian
Brabandt)
author |
Bram Moolenaar <bram@vim.org> |
date |
Wed, 16 Jul 2014 17:01:53 +0200 |
parents |
96cd8222a819 |
children |
2c00f6b312bf |
rev |
line source |
7
|
1 /* hangulin.c */
|
1125
|
2 int hangul_input_state_get __ARGS((void));
|
|
3 void hangul_input_state_set __ARGS((int state));
|
|
4 int im_get_status __ARGS((void));
|
|
5 void hangul_input_state_toggle __ARGS((void));
|
|
6 void hangul_keyboard_set __ARGS((void));
|
|
7 int hangul_input_process __ARGS((char_u *s, int len));
|
|
8 void hangul_input_clear __ARGS((void));
|
7
|
9 /* vim: set ft=c : */
|