view src/proto/beval.pro @ 32870:c18185d165cc v9.0.1744

patch 9.0.1744: Dead code in open_cmdwin() Commit: https://github.com/vim/vim/commit/c3172fe9e4d3ea7f705b5fc02fdb0c4ceb3df8b9 Author: Sean Dewar <seandewar@users.noreply.github.com> Date: Sat Aug 19 13:23:50 2023 +0200 patch 9.0.1744: Dead code in open_cmdwin() Problem: Dead code in open_cmdwin() Solution: Remove it closes: #12839 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 13:30:07 +0200
parents 8813e1626e0a
children
line wrap: on
line source

/* beval.c */
int find_word_under_cursor(int mouserow, int mousecol, int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, int *colp, int *startcolp);
int get_beval_info(BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, int *colp);
void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list);
int can_use_beval(void);
void general_beval_cb(BalloonEval *beval, int state);
/* vim: set ft=c : */