Mercurial > vim
view src/proto/ex_cmds2.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 | b32b67a108f2 |
children |
line wrap: on
line source
/* ex_cmds2.c */ int autowrite(buf_T *buf, int forceit); void autowrite_all(void); int check_changed(buf_T *buf, int flags); void browse_save_fname(buf_T *buf); void dialog_changed(buf_T *buf, int checkall); int can_abandon(buf_T *buf, int forceit); int check_changed_any(int hidden, int unload); int check_fname(void); int buf_write_all(buf_T *buf, int forceit); void ex_listdo(exarg_T *eap); void ex_compiler(exarg_T *eap); void init_pyxversion(void); void ex_pyxfile(exarg_T *eap); void ex_pyx(exarg_T *eap); void ex_pyxdo(exarg_T *eap); void ex_checktime(exarg_T *eap); /* vim: set ft=c : */