comparison src/proto/beval.pro @ 17298:3d90ae62deca v8.1.1648

patch 8.1.1648: MS-Windows: build error with normal feaures commit https://github.com/vim/vim/commit/3f3e954d9676e374f222a18786c78e50af5041cb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 7 20:30:48 2019 +0200 patch 8.1.1648: MS-Windows: build error with normal feaures Problem: MS-Windows: build error with normal feaures. Solution: Adjust #ifdef for find_word_under_cursor().
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jul 2019 20:45:04 +0200
parents 8a095d343c59
children 8813e1626e0a
comparison
equal deleted inserted replaced
17297:d1e06cc5ced2 17298:3d90ae62deca
1 /* beval.c */ 1 /* beval.c */
2 int find_word_under_cursor(int mouserow, int mousecol, int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, int *colp);
2 int get_beval_info(BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, int *colp); 3 int get_beval_info(BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, int *colp);
3 int find_word_under_cursor(int mouserow, int mousecol, int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, int *colp);
4 void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list); 4 void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list);
5 int can_use_beval(void); 5 int can_use_beval(void);
6 void general_beval_cb(BalloonEval *beval, int state); 6 void general_beval_cb(BalloonEval *beval, int state);
7 /* vim: set ft=c : */ 7 /* vim: set ft=c : */