view src/proto/if_ruby.pro @ 15710:83f00bd3ddb0

Added tag v8.1.0862 for changeset 2e2f07561f4b79a360f8860557ace13aea3cd5a1
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Jan 2019 15:45:07 +0100
parents 21b0a39d13ed
children 518f44125207
line wrap: on
line source

/* if_ruby.c */
int ruby_enabled(int verbose);
void ruby_end(void);
void ex_ruby(exarg_T *eap);
void ex_rubydo(exarg_T *eap);
void ex_rubyfile(exarg_T *eap);
void ruby_buffer_free(buf_T *buf);
void ruby_window_free(win_T *win);
void vim_ruby_init(void *stack_start);
/* vim: set ft=c : */