Mercurial > vim
view src/proto/if_ruby.pro @ 8232:a777ff826523 v7.4.1409
commit https://github.com/vim/vim/commit/1858a842af5e3b07157add378ee3fd7b512cfea6
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 23 22:30:31 2016 +0100
patch 7.4.1409
Problem: Configure includes GUI despite --disable-gui flag.
Solution: Add SKIP_GTK3. (Kazunobu Kuriyama)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 23 Feb 2016 22:45: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 : */