diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-11-14 20:24:17 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-11-23 16:46:47 +0100 |
commit | ddf509c2ba18048c97b5669710fb96a3bce60341 (patch) | |
tree | 028e458a23c68aedef05836b04336e5f7b454d9c | |
parent | 2cc83c961c0533222890adec51ac56041fb2a6b4 (diff) | |
download | rneovim-ddf509c2ba18048c97b5669710fb96a3bce60341.tar.gz rneovim-ddf509c2ba18048c97b5669710fb96a3bce60341.tar.bz2 rneovim-ddf509c2ba18048c97b5669710fb96a3bce60341.zip |
test was wrong
-rw-r--r-- | test/functional/api/mark_extended_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/mark_extended_spec.lua b/test/functional/api/mark_extended_spec.lua index 04b2b3bcc5..1f6c00b7d2 100644 --- a/test/functional/api/mark_extended_spec.lua +++ b/test/functional/api/mark_extended_spec.lua @@ -422,7 +422,7 @@ describe('Extmarks buffer api', function() set_extmark(ns, marks[1], 1, 2) -- Insert a fullwidth (two col) tilde, NICE feed('0i~<esc>') - check_undo_redo(ns, marks[1], 1, 2, 1, 3) + check_undo_redo(ns, marks[1], 1, 2, 1, 5) end) it('marks move with blockwise inserts #extmarks', function() |