Searched refs:temp_clipboard (Results 1 – 1 of 1) sorted by relevance
427 char_u *temp_clipboard; in clip_mch_request_selection() local434 temp_clipboard = crnl_to_nl(str, &str_size); in clip_mch_request_selection()435 if (temp_clipboard != NULL) in clip_mch_request_selection()437 clip_yank_selection(metadata.type, temp_clipboard, str_size, cbd); in clip_mch_request_selection()438 vim_free(temp_clipboard); in clip_mch_request_selection()