Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c235 static int clip_did_set_selection = TRUE; variable
248 if (clip_did_set_selection) in start_global_changes()
251 clip_did_set_selection = FALSE; in start_global_changes()
274 if (!clip_did_set_selection) in end_global_changes()
276 clip_did_set_selection = TRUE; in end_global_changes()
1187 if (!clip_did_set_selection) in clip_gen_set_selection()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt3134 Solution: Set clip_did_set_selection to -1 during startup. (Christian
4047 Solution: Change how clip_did_set_selection is used and add