Mercurial > vim
view src/proto/if_ruby.pro @ 12737:3b05a0df1fe5
Added tag v8.0.1246 for changeset 4ca72d1ed7f0a4cbd157ff0dc94381e43be5ff7c
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 02 Nov 2017 18:00:05 +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 : */