Searched refs:new_ei (Results 1 – 1 of 1) sorted by relevance
764 char_u *new_ei; in au_event_disable() local770 new_ei = vim_strnsave(p_ei, STRLEN(p_ei) + STRLEN(what)); in au_event_disable()771 if (new_ei != NULL) in au_event_disable()774 STRCPY(new_ei, what + 1); in au_event_disable()776 STRCAT(new_ei, what); in au_event_disable()777 set_string_option_direct((char_u *)"ei", -1, new_ei, in au_event_disable()779 vim_free(new_ei); in au_event_disable()