Mercurial > vim
view src/proto/session.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 | e00d12c085a5 |
children |
line wrap: on
line source
/* session.c */ void ex_loadview(exarg_T *eap); int write_session_file(char_u *filename); void ex_mkrc(exarg_T *eap); var_flavour_T var_flavour(char_u *varname); int put_eol(FILE *fd); int put_line(FILE *fd, char *s); /* vim: set ft=c : */