These functions count the matches for a regular expression in the current buffer or the current line. Use the `ci` command to control whether the searches are case sensitive. The function `match` counts all matches. The function `lmatch` counts the lines with at least 1 match. The function `dotmatch` counts matches in the current line. The function `mc` makes a copy of the buffer from the current line to the last line and, at the beginning of each of these lines, writes the number of matches in that line. Use the `^` or `up` commands to return to the original buffer. For example, `