aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/functional/options/shortmess_spec.lua (renamed from test/functional/ui/shortmess_spec.lua)5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/ui/shortmess_spec.lua b/test/functional/options/shortmess_spec.lua
index e58e33f6c3..04a64d2943 100644
--- a/test/functional/ui/shortmess_spec.lua
+++ b/test/functional/options/shortmess_spec.lua
@@ -9,15 +9,14 @@ describe("'shortmess'", function()
clear()
screen = Screen.new(25, 5)
screen:attach()
- execute('set shortmess&')
end)
after_each(function()
screen:detach()
end)
- describe("=F", function()
- it(':hides messages about the files read', function()
+ describe('"F" flag', function()
+ it('hides messages about the files read', function()
execute('e test')
screen:expect([[
^ |