view src/proto/if_ruby.pro @ 15980:44f3de34a0ce

Added tag v8.1.0995 for changeset 72987a858c96433fe9425b4157e255a4fbe10d78
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Mar 2019 12:30:09 +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 : */