Mercurial > vim
view src/proto/if_cscope.pro @ 33874:902b7bdf2afb v9.0.2147
patch 9.0.2147: Type check tests fail without the channel feature
Commit: https://github.com/vim/vim/commit/3ee25965e4fbf9f44f5fc31d6a827638e409c6f8
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Mon Dec 4 20:31:14 2023 +0100
patch 9.0.2147: Type check tests fail without the channel feature
Problem: Type check tests fail without the channel feature
Solution: only run tests, when Vim was build with +channel
fixes: #13617
closes: #13619
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 10 Dec 2023 15:16:12 +0100 |
parents | 05b240971884 |
children |
line wrap: on
line source
/* if_cscope.c */ char_u *get_cscope_name(expand_T *xp, int idx); void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx); void ex_cscope(exarg_T *eap); void ex_scscope(exarg_T *eap); void ex_cstag(exarg_T *eap); int cs_fgets(char_u *buf, int size); void cs_free_tags(void); void cs_print_tags(void); void cs_end(void); void f_cscope_connection(typval_T *argvars, typval_T *rettv); /* vim: set ft=c : */