Mercurial > vim
view src/proto/if_lua.pro @ 15132:22e7834d286c v8.1.0576
patch 8.1.0576: indent script tests pick up installed scripts
commit https://github.com/vim/vim/commit/30700cd5ffa258f1d684ab6b34bd03e970450dba
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 10 21:36:56 2018 +0100
patch 8.1.0576: indent script tests pick up installed scripts
Problem: Indent script tests pick up installed scripts.
Solution: Use current runtime indent scripts.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 10 Dec 2018 21:45:07 +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 : */