Mercurial > vim
view src/proto/digraph.pro @ 14031:d1eac0853a20 v8.1.0033
patch 8.1.0033: keys to stop Vim in terminal are wrong
commit https://github.com/vim/vim/commit/acb9effecc9f54b93398a44cc0ec40e77978e094
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 4 19:11:11 2018 +0200
patch 8.1.0033: keys to stop Vim in terminal are wrong
Problem: Keys to stop Vim in terminal are wrong. (Marius Gedminas)
Solution: Move ":" to before CTRL-U.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 04 Jun 2018 19:15:05 +0200 |
parents | 81c348d40312 |
children | 3e9b24eac417 |
line wrap: on
line source
/* digraph.c */ int do_digraph(int c); char_u *get_digraph_for_char(int val); 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 : */