comparison src/proto/ex_cmds.pro @ 17767:c75da1064e33 v8.1.1880

patch 8.1.1880: cannot show extra info for completion in a popup window commit https://github.com/vim/vim/commit/576a4a6ff14da876d7c4418e5f27e926fcfa8d2a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 18 15:25:17 2019 +0200 patch 8.1.1880: cannot show extra info for completion in a popup window Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Aug 2019 15:30:06 +0200
parents d4b2a212fa2f
children 0f7ae8010787
comparison
equal deleted inserted replaced
17766:be00d5dad3f5 17767:c75da1064e33
35 void ex_global(exarg_T *eap); 35 void ex_global(exarg_T *eap);
36 void global_exe(char_u *cmd); 36 void global_exe(char_u *cmd);
37 char_u *get_old_sub(void); 37 char_u *get_old_sub(void);
38 void set_old_sub(char_u *val); 38 void set_old_sub(char_u *val);
39 void free_old_sub(void); 39 void free_old_sub(void);
40 int prepare_tagpreview(int undo_sync); 40 int prepare_tagpreview(int undo_sync, int use_previewpopup, int use_popup);
41 void ex_help(exarg_T *eap); 41 void ex_help(exarg_T *eap);
42 void ex_helpclose(exarg_T *eap); 42 void ex_helpclose(exarg_T *eap);
43 char_u *check_help_lang(char_u *arg); 43 char_u *check_help_lang(char_u *arg);
44 int help_heuristic(char_u *matched_string, int offset, int wrong_case); 44 int help_heuristic(char_u *matched_string, int offset, int wrong_case);
45 int find_help_tags(char_u *arg, int *num_matches, char_u ***matches, int keep_lang); 45 int find_help_tags(char_u *arg, int *num_matches, char_u ***matches, int keep_lang);