Mercurial > vim
annotate src/proto/if_ruby.pro @ 8651:8a106a24d128 v7.4.1615
commit https://github.com/vim/vim/commit/829c8e369630a7cbbdac015d8177b7fde25e2f19
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Mar 19 23:07:23 2016 +0100
patch 7.4.1615
Problem: Build fails with tiny features.
Solution: Adjust #ifdefs.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 19 Mar 2016 23:15:04 +0100 |
parents | 21b0a39d13ed |
children | 518f44125207 |
rev | line source |
---|---|
7 | 1 /* if_ruby.c */ |
7668
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
2 int ruby_enabled(int verbose); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
3 void ruby_end(void); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
4 void ex_ruby(exarg_T *eap); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
5 void ex_rubydo(exarg_T *eap); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
6 void ex_rubyfile(exarg_T *eap); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
7 void ruby_buffer_free(buf_T *buf); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
8 void ruby_window_free(win_T *win); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
4369
diff
changeset
|
9 void vim_ruby_init(void *stack_start); |
7 | 10 /* vim: set ft=c : */ |