Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c122 #define CLUSTER_REPLACE 1 // replace first list with second macro
5337 if (*clstr1 == NULL || list_op == CLUSTER_REPLACE) in syn_combine_list()
5339 if (list_op == CLUSTER_REPLACE) in syn_combine_list()
5341 if (list_op == CLUSTER_REPLACE || list_op == CLUSTER_ADD) in syn_combine_list()
5602 list_op = CLUSTER_REPLACE; in syn_cmd_cluster()