@@ -129,7 +129,6 @@ erow_insert(int at, char *s, int len)
assert(editor->row!=NULL);
if(at<editor->nrows){
printf("%d, %d\n",at,editor->nrows);
memmove(&editor->row[at+1],&editor->row[at],
sizeof(structerow)*(editor->nrows-at+1));
}
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.