diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/line-range-format.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/line-range-format.txt b/Documentation/line-range-format.txt index 469d80b242..d7f26039ca 100644 --- a/Documentation/line-range-format.txt +++ b/Documentation/line-range-format.txt @@ -26,3 +26,4 @@ If ``:<regex>'' is given in place of <start> and <end>, it denotes the range from the first funcname line that matches <regex>, up to the next funcname line. ``:<regex>'' searches from the end of the previous `-L` range, if any, otherwise from the start of file. +``^:<regex>'' searches from the start of file. |