@@ -1396,12 +1396,8 @@ on_readline_goto_buffer (int count, int key)
if(n<0||n>9)
return0;
// There's no zero-th buffer
if(n==0)
n=10;
structapp_context*ctx=g_ctx;
if(!buffer_goto(ctx,n))
if(!buffer_goto(ctx,n==0?10:n))
rl_ding();
return0;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.