view src/proto/if_ruby.pro @ 13071:40e1f60f4eeb

Added tag v8.0.1410 for changeset 17720967656cd9e850b922b42e1990706c858ec2
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2017 12:00:06 +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 : */