Start preparing for 1.8.4.2
[alt-git.git] / Documentation / line-range-format.txt
blob3e7ce72daab23d6dfcf12d1e0dd1dd6be705e56d
1 - number
3 If <start> or <end> is a number, it specifies an
4 absolute line number (lines count from 1).
7 - /regex/
9 This form will use the first line matching the given
10 POSIX regex.  If <end> is a regex, it will search
11 starting at the line given by <start>.
14 - +offset or -offset
16 This is only valid for <end> and will specify a number
17 of lines before or after the line given by <start>.
20 - :regex
22 If the option's argument is of the form :regex, it denotes the range
23 from the first funcname line that matches <regex>, up to the next
24 funcname line.