Mercurial > vim
view src/proto/if_lua.pro @ 10755:2f735d1d1954 v8.0.0267
patch 8.0.0267: channel test sometimes fails on Mac
commit https://github.com/vim/vim/commit/6fe2eb43d2527cc8a3450456a60639e87f16d32d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 29 21:49:51 2017 +0100
patch 8.0.0267: channel test sometimes fails on Mac
Problem: A channel test sometimes fails on Mac.
Solution: Add the test to the list of flaky tests.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 29 Jan 2017 22:00:04 +0100 |
parents | 1a5d34492798 |
children | 054ba681412d |
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); /* vim: set ft=c : */