mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +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:
@@ -31,7 +31,7 @@ describe(":drop", function()
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{1:tmp1.vim }|
|
||||
"tmp1.vim" [New File] |
|
||||
"tmp1.vim" [New] |
|
||||
]])
|
||||
end)
|
||||
|
||||
@@ -70,7 +70,7 @@ describe(":drop", function()
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{2:tmp2 [+] tmp1 }|
|
||||
"tmp3" [New File] |
|
||||
"tmp3" [New] |
|
||||
]])
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user