Version: less 580 Currently, in case the search pattern is passed via the command line options, and if there's no match, like the case with the following command: ```sh echo abc | less +/d ``` In this case, upon starting, less doesn't show the buffer content, namely `abc` in this case, instead it only displays the error message: > Pattern not found (press RETURN) It would be better that the buffer content is also made visible before the above error message is dismissed.