view src/proto/digraph.pro @ 14736:3e9b24eac417 v8.1.0380

patch 8.1.0380: "make proto" doesn't work well commit https://github.com/vim/vim/commit/32d19c1820305729c0d1b21536b18bae2d8378ed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 13 17:26:54 2018 +0200 patch 8.1.0380: "make proto" doesn't work well Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 17:30:06 +0200
parents 81c348d40312
children 1ef429366fd4
line wrap: on
line source

/* digraph.c */
int do_digraph(int c);
char_u *get_digraph_for_char(int val_arg);
int get_digraph(int cmdline);
int getdigraph(int char1, int char2, int meta_char);
void putdigraph(char_u *str);
void listdigraphs(void);
char_u *keymap_init(void);
void ex_loadkeymap(exarg_T *eap);
void keymap_clear(garray_T *kmap);
/* vim: set ft=c : */