view src/proto/if_lua.pro @ 32870:c18185d165cc v9.0.1744

patch 9.0.1744: Dead code in open_cmdwin() Commit: https://github.com/vim/vim/commit/c3172fe9e4d3ea7f705b5fc02fdb0c4ceb3df8b9 Author: Sean Dewar <seandewar@users.noreply.github.com> Date: Sat Aug 19 13:23:50 2023 +0200 patch 9.0.1744: Dead code in open_cmdwin() Problem: Dead code in open_cmdwin() Solution: Remove it closes: #12839 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 13:30:07 +0200
parents 054ba681412d
children
line wrap: on
line source

/* if_lua.c */
int lua_enabled(int verbose);
void lua_end(void);
void ex_lua(exarg_T *eap);
void ex_luado(exarg_T *eap);
void ex_luafile(exarg_T *eap);
void lua_buffer_free(buf_T *o);
void lua_window_free(win_T *o);
void do_luaeval(char_u *str, typval_T *arg, typval_T *rettv);
int set_ref_in_lua(int copyID);
void update_package_paths_in_lua(void);
/* vim: set ft=c : */