Mercurial > vim
view src/proto/digraph.pro @ 22780:2e681033d766 v8.2.1938
patch 8.2.1938: wiping out a terminal buffer makes some tests fail
Commit: https://github.com/vim/vim/commit/a46765a79745ff27b4a44659fb8389519c961977
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 1 20:58:26 2020 +0100
patch 8.2.1938: wiping out a terminal buffer makes some tests fail
Problem: Wiping out a terminal buffer makes some tests fail.
Solution: Do not wipe out the terminal buffer unless wanted.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 01 Nov 2020 21:00:05 +0100 |
parents | 55ccc2d353bd |
children | c626fd34b66f |
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(int use_headers); char *keymap_init(void); void ex_loadkeymap(exarg_T *eap); void keymap_clear(garray_T *kmap); /* vim: set ft=c : */