annotate src/proto/hangulin.pro @ 5690:40f18a1c1592
v7.4.191
updated for version 7.4.191
Problem: Escaping a file name for shell commands can't be done without a
function.
Solution: Add the :S file name modifier.
author |
Bram Moolenaar <bram@vim.org> |
date |
Sun, 23 Feb 2014 23:39:13 +0100 |
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 : */
|