forked from aniani/vim
patch 8.2.3930: getcmdline() argument has a misleading type
Problem: getcmdline() argument has a misleading type. Solution: Use the correct type, even though the value is not used.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* ex_getln.c */
|
||||
void cmdline_init(void);
|
||||
char_u *getcmdline(int firstc, long count, int indent, int do_concat);
|
||||
char_u *getcmdline(int firstc, long count, int indent, getline_opt_T do_concat);
|
||||
char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg);
|
||||
int check_opt_wim(void);
|
||||
int text_and_win_locked(void);
|
||||
|
||||
Reference in New Issue
Block a user