src/cmd.c(2867) : warning C4701: potentially uninitialized local variable 'win' used
@@ -2846,7 +2846,7 @@ count_bind_keys(void)
void
get_changed_key_binds(strbuf_t *sbuf)
{
winid win;
winid win = WIN_ERR;
int i;
char buf[BUFSZ];
char buf2[QBUFSZ];
The note is not visible to the blocked user.