mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places
Problem: 'shortmess' flag "n" not used in two places.
Solution: Make use of the "n" flag consistent. (Nick Jensen, closes vim/vim#6245,
closes vim/vim#6244)
722e505d1a
This commit is contained in:
@@ -462,7 +462,7 @@ describe('confirm()', function()
|
||||
-- With shortmess-=F
|
||||
command('set shortmess-=F')
|
||||
feed(':edit foo<cr>')
|
||||
check_and_clear('"foo" [New File] |\n')
|
||||
check_and_clear('"foo" [New] |\n')
|
||||
|
||||
-- With shortmess+=F
|
||||
command('set shortmess+=F')
|
||||
|
Reference in New Issue
Block a user