@ -319,6 +319,8 @@ extern int cmdedit_read_input(int inputFd, int outputFd,
strcpy(matchBuf,parsenextc);
matchBuf[cursor+1]='\0';
fprintf(stderr,"matchBuf='%s'\n",matchBuf);
/* skip leading white space */
tmp=matchBuf;
while(*tmp&&isspace(*tmp)){
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.