diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-01-20 20:41:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 20:41:17 +0100 |
commit | ef379d4eaa492b7d2016571f3a06717967db2740 (patch) | |
tree | a419f94caa361cbc79480e3468fea437e710f312 /test/functional/api | |
parent | 4d4035400ea9cc349fa77d5ac6128c9249c5cb7a (diff) | |
parent | 48a869dc6d29514e943070da9f22f702f5179826 (diff) | |
download | rneovim-ef379d4eaa492b7d2016571f3a06717967db2740.tar.gz rneovim-ef379d4eaa492b7d2016571f3a06717967db2740.tar.bz2 rneovim-ef379d4eaa492b7d2016571f3a06717967db2740.zip |
Merge pull request #11742 from bfredl/shedbike
shed biking: it's always extmarks, never marks extended
Diffstat (limited to 'test/functional/api')
-rw-r--r-- | test/functional/api/extmark_spec.lua (renamed from test/functional/api/mark_extended_spec.lua) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/api/mark_extended_spec.lua b/test/functional/api/extmark_spec.lua index 8aa8ed07c5..5bf3fa554f 100644 --- a/test/functional/api/mark_extended_spec.lua +++ b/test/functional/api/extmark_spec.lua @@ -548,7 +548,6 @@ describe('API/extmarks', function() end) it('deleting marks at end of line works', function() - -- mark_extended.c/extmark_col_adjust_delete set_extmark(ns, marks[1], 0, 4) feed('$x') check_undo_redo(ns, marks[1], 0, 4, 0, 4) |