aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-24 13:54:27 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-27 22:13:45 +0200
commiteacc70fb3ebae6d76112ab10647a42339f5f223f (patch)
treeef498c6f108edc29498d319de32417d90d8c0bd7 /test/functional/terminal/tui_spec.lua
parentc95f5d166fad75ad8383f76675d06907687066a7 (diff)
downloadrneovim-eacc70fb3ebae6d76112ab10647a42339f5f223f.tar.gz
rneovim-eacc70fb3ebae6d76112ab10647a42339f5f223f.tar.bz2
rneovim-eacc70fb3ebae6d76112ab10647a42339f5f223f.zip
API: nvim_paste
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: