aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r--test/functional/terminal/tui_spec.lua12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index adf968712d..414838444f 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -298,19 +298,23 @@ describe('TUI', function()
end)
-- TODO
- it('in normal-mode', function()
+ it('paste: normal-mode', function()
end)
-- TODO
- it('in command-mode', function()
+ it('paste: command-mode inserts 1 line', function()
end)
-- TODO
- it('sets undo-point after consecutive pastes', function()
+ it('paste: sets undo-point after consecutive pastes', function()
+ end)
+
+ it('paste: other modes', function()
+ -- Other modes act like CTRL-C + paste.
end)
-- TODO
- it('handles missing "stop paste" sequence', function()
+ it('paste: handles missing "stop paste" sequence', function()
end)
-- TODO: error when pasting into 'nomodifiable' buffer: