Searched refs:vim_clip (Results 1 – 1 of 1) sorted by relevance
109 char_u *text_clip, vim_clip[2], *str = NULL; in clip_mch_set_selection() local125 if (text_clip && vim_clip) in clip_mch_set_selection()130 clip_header[0].length = sizeof(vim_clip); in clip_mch_set_selection()131 clip_header[0].data = vim_clip; in clip_mch_set_selection()140 case MLINE: *vim_clip = 'L'; break; in clip_mch_set_selection()141 case MCHAR: *vim_clip = 'C'; break; in clip_mch_set_selection()142 case MBLOCK: *vim_clip = 'B'; break; in clip_mch_set_selection()147 vim_clip[ 1 ] = NUL; in clip_mch_set_selection()