Mercurial > vim
view src/proto/digraph.pro @ 9721:79862f44c647 v7.4.2136
commit https://github.com/vim/vim/commit/580164481924ed8611eb79f0247a0eb1ca0b3b9a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jul 31 18:30:22 2016 +0200
patch 7.4.2136
Problem: Closure function fails.
Solution: Don't reset uf_scoped when it points to another funccal.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 31 Jul 2016 18:45:06 +0200 |
parents | 21b0a39d13ed |
children | 3321582cae78 |
line wrap: on
line source
/* digraph.c */ int do_digraph(int c); 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); /* vim: set ft=c : */