Mercurial > vim
view src/proto/arabic.pro @ 25059:671ded1facd5
patch 8.2.3066: Vim9: debugging lambda does not work
Commit: https://github.com/vim/vim/commit/17d868b8b268c9b9670421039d1a772341937add
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 27 16:29:53 2021 +0200
patch 8.2.3066: Vim9: debugging lambda does not work
Problem: Vim9: debugging lambda does not work.
Solution: Use the compile type of the function when compiling a lambda.
(closes #8412)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 27 Jun 2021 16:30:04 +0200 |
parents | 473fbdb2717c |
children |
line wrap: on
line source
/* arabic.c */ int arabic_maycombine(int two); int arabic_combine(int one, int two); int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); /* vim: set ft=c : */