view src/proto/digraph.pro @ 5378:8336fd924e05 v7.4.040

updated for version 7.4.040 Problem: Valgrind error on exit when a script-local variable holds a reference to the scope of another script. Solution: First clear all variables, then free the scopes. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Sep 2013 21:00:28 +0200
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 : */