mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
swapfile: Always show swap dialog (E325)
If swapfile dialog prompts for input, it must be displayed to the user. fix #8840 fix #9027
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local command = helpers.command
|
||||
local clear = helpers.clear
|
||||
local command = helpers.command
|
||||
local eq = helpers.eq
|
||||
local eval = helpers.eval
|
||||
local feed = helpers.feed
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe("'shortmess'", function()
|
||||
local screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user