annotate src/proto/hangulin.pro @ 6999:dc1b678f0e4e v7.4.817

patch 7.4.817 Problem: Invalid memory access in file_pat_to_reg_pat(). Solution: Use vim_isspace() instead of checking for a space only. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Aug 2015 16:20:05 +0200
parents 96cd8222a819
children 2c00f6b312bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 /* hangulin.c */
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
2 int hangul_input_state_get __ARGS((void));
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
3 void hangul_input_state_set __ARGS((int state));
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
4 int im_get_status __ARGS((void));
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
5 void hangul_input_state_toggle __ARGS((void));
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
6 void hangul_keyboard_set __ARGS((void));
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
7 int hangul_input_process __ARGS((char_u *s, int len));
96cd8222a819 updated for version 7.1a
vimboss
parents: 800
diff changeset
8 void hangul_input_clear __ARGS((void));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 /* vim: set ft=c : */