diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-31 12:44:42 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-02 02:27:13 +0200 |
commit | 976c6667e140fe4dfe2731451b25c4a1309ad165 (patch) | |
tree | cd472c2334bcffcc83861d1ebbc878ea9efccdb7 /test/functional/terminal/tui_spec.lua | |
parent | 801fe799ff359cdae66ed14f5e0b7c2c4cec9536 (diff) | |
download | rneovim-976c6667e140fe4dfe2731451b25c4a1309ad165.tar.gz rneovim-976c6667e140fe4dfe2731451b25c4a1309ad165.tar.bz2 rneovim-976c6667e140fe4dfe2731451b25c4a1309ad165.zip |
paste: one undo-block per stream
- All "chunks" in a paste-stream should form a single undo-block. Side
effect of 7a8579288424 was to create an undo-block for each chunk.
- Also: remove old :redraw force logic, irrelevant after 7a8579288424.
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index cbf113d062..312e060a70 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -505,7 +505,7 @@ describe('TUI', function() | {4:~ }| {5: }| - {8:paste: Error executing lua: vim.lua:194: Vim:E21: }| + {8:paste: Error executing lua: vim.lua:196: Vim:E21: }| {8:Cannot make changes, 'modifiable' is off} | {10:Press ENTER or type command to continue}{1: } | {3:-- TERMINAL --} | |