view src/proto/digraph.pro @ 3190:54ef99c39139 v7.3.365

updated for version 7.3.365 Problem: Crash when using a large Unicode character in a file that has syntax highlighting. (ngollan) Solution: Check for going past the end of the utf tables. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 15:09:52 +0100
parents 2b8ff9e3c520
children 9e119e0ade5d
line wrap: on
line source

/* digraph.c */
int do_digraph __ARGS((int c));
int get_digraph __ARGS((int cmdline));
int getdigraph __ARGS((int char1, int char2, int meta));
void putdigraph __ARGS((char_u *str));
void listdigraphs __ARGS((void));
char_u *keymap_init __ARGS((void));
void ex_loadkeymap __ARGS((exarg_T *eap));
/* vim: set ft=c : */