annotate src/proto/hangulin.pro @ 7170:beb67ef38f88
v7.4.896
commit https://github.com/vim/vim/commit/b4f6a46b01ed00b642a2271e9d1559e51ab0f2c4
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Oct 13 19:43:17 2015 +0200
patch 7.4.896
Problem: Editing a URL, which netrw should handle, doesn't work.
Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto)
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 13 Oct 2015 19:45:05 +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 : */
|