forked from aniani/vim
patch 8.2.5029: "textlock" is always zero
Problem: "textlock" is always zero.
Solution: Remove "textlock" and rename "textwinlock" to "textlock".
(closes #10489)
This commit is contained in:
@@ -3,7 +3,6 @@ void cmdline_init(void);
|
||||
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);
|
||||
void text_locked_msg(void);
|
||||
char *get_text_locked_msg(void);
|
||||
int text_locked(void);
|
||||
|
||||
Reference in New Issue
Block a user