comparison src/proto/ex_cmds.pro @ 18396:ba5d8c5d77d7 v8.1.2192

patch 8.1.2192: cannot easily fill the info popup asynchronously Commit: https://github.com/vim/vim/commit/dca7abe79cc4f0933473c3e4bcc75b46cc2c48fd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 20 18:17:57 2019 +0200 patch 8.1.2192: cannot easily fill the info popup asynchronously Problem: Cannot easily fill the info popup asynchronously. Solution: Add the "popuphidden" value to 'completeopt'. (closes https://github.com/vim/vim/issues/4924)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Oct 2019 18:30:04 +0200
parents fe5afdc03bd2
children a961efb326e5
comparison
equal deleted inserted replaced
18395:dbfbbb32cf07 18396:ba5d8c5d77d7
33 void ex_global(exarg_T *eap); 33 void ex_global(exarg_T *eap);
34 void global_exe(char_u *cmd); 34 void global_exe(char_u *cmd);
35 char_u *get_old_sub(void); 35 char_u *get_old_sub(void);
36 void set_old_sub(char_u *val); 36 void set_old_sub(char_u *val);
37 void free_old_sub(void); 37 void free_old_sub(void);
38 int prepare_tagpreview(int undo_sync, int use_previewpopup, int use_popup); 38 int prepare_tagpreview(int undo_sync, int use_previewpopup, use_popup_T use_popup);
39 void ex_help(exarg_T *eap); 39 void ex_help(exarg_T *eap);
40 void ex_helpclose(exarg_T *eap); 40 void ex_helpclose(exarg_T *eap);
41 char_u *check_help_lang(char_u *arg); 41 char_u *check_help_lang(char_u *arg);
42 int help_heuristic(char_u *matched_string, int offset, int wrong_case); 42 int help_heuristic(char_u *matched_string, int offset, int wrong_case);
43 int find_help_tags(char_u *arg, int *num_matches, char_u ***matches, int keep_lang); 43 int find_help_tags(char_u *arg, int *num_matches, char_u ***matches, int keep_lang);