mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
'shortmess': Add "F" flag. #4446
Add "Don't give the file editing message" flag in shortmess option. Add the UI tests by @fmoralesc Fix the changes for Vim 7.4.1570
This commit is contained in:
committed by
Justin M. Keyes
parent
c94575fded
commit
77a7ca458b
@@ -5539,6 +5539,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
"-- XXX completion (YYY)", "match 1 of 2", "The only match",
|
||||
"Pattern not found", "Back at original", etc.
|
||||
q use "recording" instead of "recording @a"
|
||||
F don't give the file info when editing a file, like `:silent`
|
||||
was used for the command
|
||||
|
||||
This gives you the opportunity to avoid that a change between buffers
|
||||
requires you to hit <Enter>, but still gives as useful a message as
|
||||
|
||||
Reference in New Issue
Block a user