; Fix line number sorting
This commit is contained in:
parent
5e22c5f90e
commit
db26a84481
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ IGNORES is a list of glob patterns for files to ignore."
|
|||
;; without the '| sort ...' part if GNU sort is not available on
|
||||
;; your system and/or stable ordering is not important to you.
|
||||
;; Note#2: '!*/' is there to filter out dirs (e.g. submodules).
|
||||
"xargs -0 rg <C> -nH --no-messages -g '!*/' -e <R> | sort -t: -k1 -k2n"
|
||||
"xargs -0 rg <C> -nH --no-messages -g '!*/' -e <R> | sort -t: -k1,1 -k2n,2"
|
||||
))
|
||||
"Associative list mapping program identifiers to command templates.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue