diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-23 10:13:56 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-09-23 15:58:01 +0200 |
commit | 22c83a4de95dc827048448e28f1df5663e2e5f24 (patch) | |
tree | e3a1cfc1ad8cae88692b40ec5c92420d584456dd /test/functional/options/shortmess_spec.lua | |
parent | c3d24368a13d9d0f0b410e098a89056cb5e83c4f (diff) | |
download | rneovim-22c83a4de95dc827048448e28f1df5663e2e5f24.tar.gz rneovim-22c83a4de95dc827048448e28f1df5663e2e5f24.tar.bz2 rneovim-22c83a4de95dc827048448e28f1df5663e2e5f24.zip |
swapfile: Always show swap dialog (E325)
If swapfile dialog prompts for input, it must be displayed to the user.
fix #8840
fix #9027
Diffstat (limited to 'test/functional/options/shortmess_spec.lua')
-rw-r--r-- | test/functional/options/shortmess_spec.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/options/shortmess_spec.lua b/test/functional/options/shortmess_spec.lua index 5d3863ad0b..8ea9a19464 100644 --- a/test/functional/options/shortmess_spec.lua +++ b/test/functional/options/shortmess_spec.lua @@ -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 |