view src/proto/beval.pro @ 31176:0795700291ae v9.0.0922

patch 9.0.0922: Mermaid files are not recognized Commit: https://github.com/vim/vim/commit/364438d1e817d1d76003695f9ab533df35f8948a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 22 19:16:29 2022 +0000 patch 9.0.0922: Mermaid files are not recognized Problem: Mermaid files are not recognized. Solution: Add patterns for Mermaid. (Crag MacEachern)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 20:30:04 +0100
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 : */