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:
Justin M. Keyes
2018-06-22 08:18:02 +02:00
committed by GitHub
parent cf659a1926
commit b7514493a0
7 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
-- Tests for backtrace debug commands.
local helpers = require('test.functional.helpers')(after_each)
local command = helpers.command
local feed, clear = helpers.feed, helpers.clear
local feed_command, expect = helpers.feed_command, helpers.expect
@@ -8,6 +9,7 @@ describe('108', function()
before_each(clear)
it('is working', function()
command("set shortmess-=F")
feed_command('lang mess C')
feed_command('function! Foo()')
feed_command(' let var1 = 1')