annotate src/proto/digraph.pro @ 7064:5fc5c5bf2233
v7.4.844
commit https://github.com/vim/vim/commit/37a8de17d4dfd3d463960c38a204ce399c8e19d4
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 1 16:05:00 2015 +0200
patch 7.4.844
Problem: When '#' is in 'isident' the is# comparator doesn't work.
Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 01 Sep 2015 16:15:04 +0200 |
parents |
9e119e0ade5d |
children |
21b0a39d13ed |
rev |
line source |
7
|
1 /* digraph.c */
|
1118
|
2 int do_digraph __ARGS((int c));
|
|
3 int get_digraph __ARGS((int cmdline));
|
3929
|
4 int getdigraph __ARGS((int char1, int char2, int meta_char));
|
1118
|
5 void putdigraph __ARGS((char_u *str));
|
|
6 void listdigraphs __ARGS((void));
|
|
7 char_u *keymap_init __ARGS((void));
|
|
8 void ex_loadkeymap __ARGS((exarg_T *eap));
|
7
|
9 /* vim: set ft=c : */
|