Mercurial > vim
view src/proto/beval.pro @ 15945:f0f8754e3bf5 v8.1.0978
patch 8.1.0978: blob not tested with Perl
commit https://github.com/vim/vim/commit/2472ae81dff8c30f5d63db8ad2c937deae8be646
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 23 15:04:17 2019 +0100
patch 8.1.0978: blob not tested with Perl
Problem: Blob not tested with Perl.
Solution: Add more test coverage. Fixes a crash. (Dominique Pelle,
closes #4037)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 23 Feb 2019 15:15:12 +0100 |
parents | 058e93aee621 |
children | 8a095d343c59 |
line wrap: on
line source
/* beval.c */ 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 : */