diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-10-03 20:56:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 20:56:43 +0200 |
commit | 70ec8d60e0dc71c5ca06fdd83698c82b16ea474f (patch) | |
tree | 329f78c3bef3a3d9332514b57dd57532695a03f9 /test/functional/legacy/digraph_spec.lua | |
parent | b2a8a9314798e18c0685faf7463bda32f691d755 (diff) | |
parent | a9a48d6b5f00241e16e7131c997f0117bc5e9047 (diff) | |
download | rneovim-70ec8d60e0dc71c5ca06fdd83698c82b16ea474f.tar.gz rneovim-70ec8d60e0dc71c5ca06fdd83698c82b16ea474f.tar.bz2 rneovim-70ec8d60e0dc71c5ca06fdd83698c82b16ea474f.zip |
Merge pull request #25470 from bfredl/msg_display
refactor(message): simplify msg_puts_display and use batched grid updates
Diffstat (limited to 'test/functional/legacy/digraph_spec.lua')
-rw-r--r-- | test/functional/legacy/digraph_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/digraph_spec.lua b/test/functional/legacy/digraph_spec.lua index 0cb0bb84be..7eeb83eb5f 100644 --- a/test/functional/legacy/digraph_spec.lua +++ b/test/functional/legacy/digraph_spec.lua @@ -22,7 +22,7 @@ describe('digraph', function() {0:~ }| {0:~ }| {0:~ }| - {2:-- INSERT -} | + {2:-- INSERT --}| ]]) feed('1') screen:expect([[ @@ -31,7 +31,7 @@ describe('digraph', function() {0:~ }| {0:~ }| {0:~ }| - {2:-- INSERT -} | + {2:-- INSERT --}| ]]) feed('2') screen:expect([[ @@ -40,7 +40,7 @@ describe('digraph', function() {0:~ }| {0:~ }| {0:~ }| - {2:-- INSERT -} | + {2:-- INSERT --}| ]]) end) end) |