view src/proto/digraph.pro @ 7414:d467ca80d3c1 v7.4.1011

commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 20:54:51 2015 +0100 patch 7.4.1011 Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes https://github.com/vim/vim/issues/328)
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 21:00:04 +0100
parents 9e119e0ade5d
children 21b0a39d13ed
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_char));
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 : */