Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c283 static int sort_rx; // sort on regex instead of skipping it variable
407 sort_abort = sort_ic = sort_lc = sort_rx = sort_nr = 0; in ex_sort()
421 sort_rx = TRUE; in ex_sort()
518 if (sort_rx) in ex_sort()