Home
last modified time | relevance | path

Searched refs:temp_clipboard (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dwinclip.c427 char_u *temp_clipboard; in clip_mch_request_selection() local
434 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()