view src/proto/if_python.pro @ 32284:8a7a4c1f41e0 v9.0.1473

patch 9.0.1473: CI does not run sound tests Commit: https://github.com/vim/vim/commit/017227079f104bd69483ee3d33e31490d7e52135 Author: ichizok <gclient.gaap@gmail.com> Date: Fri Apr 21 17:46:57 2023 +0100 patch 9.0.1473: CI does not run sound tests Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Apr 2023 19:00:04 +0200
parents 21b0a39d13ed
children
line wrap: on
line source

/* if_python.c */
int python_enabled(int verbose);
void python_end(void);
int python_loaded(void);
void ex_python(exarg_T *eap);
void ex_pyfile(exarg_T *eap);
void ex_pydo(exarg_T *eap);
void python_buffer_free(buf_T *buf);
void python_window_free(win_T *win);
void python_tabpage_free(tabpage_T *tab);
void do_pyeval(char_u *str, typval_T *rettv);
int set_ref_in_python(int copyID);
/* vim: set ft=c : */