mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
defaults: shortmess+=F (#8619)
Because we default to laststatus=2 (statusline is always visible), the :edit message is not useful. ref #6289
This commit is contained in:
@@ -142,7 +142,7 @@ describe('input non-printable chars', function()
|
||||
[3] = {bold = true, foreground = Screen.colors.SeaGreen4}
|
||||
})
|
||||
screen:attach()
|
||||
command("set display-=msgsep")
|
||||
command("set display-=msgsep shortmess-=F")
|
||||
|
||||
feed_command("e Xtest-overwrite")
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user