diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-13 19:17:27 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-07-13 19:17:27 +0200 |
| commit | 59be906c4fd4091016fa533c61f09d338e10da23 (patch) | |
| tree | 64ed42ac50251e819d621824a8f69a0a5cdbfd64 /lua/map-basic.lua | |
| parent | e61362b8d8c461cc6cf3f969265152c77bdcad2c (diff) | |
| download | vis-59be906c4fd4091016fa533c61f09d338e10da23.tar.gz vis-59be906c4fd4091016fa533c61f09d338e10da23.tar.xz | |
test/lua: adapt tests to changes in Lua API
Diffstat (limited to 'lua/map-basic.lua')
| -rw-r--r-- | lua/map-basic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/map-basic.lua b/lua/map-basic.lua index bb4a05f..b0ce941 100644 --- a/lua/map-basic.lua +++ b/lua/map-basic.lua @@ -26,7 +26,7 @@ local file = win.file describe("map", function() before_each(function() - win.cursor.pos = 0 + win.selection.pos = 0 end) after_each(function() |
