aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-01-20 20:41:17 +0100
committerGitHub <noreply@github.com>2020-01-20 20:41:17 +0100
commitef379d4eaa492b7d2016571f3a06717967db2740 (patch)
treea419f94caa361cbc79480e3468fea437e710f312 /test/functional/api
parent4d4035400ea9cc349fa77d5ac6128c9249c5cb7a (diff)
parent48a869dc6d29514e943070da9f22f702f5179826 (diff)
downloadrneovim-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)