-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvr echos the filename when opening a file #153
Comments
I think nvr should behave by default like nvim. |
The reason for this behavior is that the nvim setting Line 99 in 1ec7c6c
If I remove all the shortmess-related code nvr behaves just as nvim in this regard. |
@mhinz Why |
**Why** is the change needed? Based on my understanding of mhinz#92 (comment), this workaround is no longer needed. Being able to set `shortmess` is useful for example when running in tmux. Closes mhinz#153
Problem
When I open a file with nvr the filename is echoed in nvims-commandline as can be seen in the screenshot. Nvim doesn't do that. Is it possible to suppress it somehow?
Steps
Screenshot
The text was updated successfully, but these errors were encountered: