better Range:highlight(..) handling

This commit is contained in:
2024-10-14 17:48:14 -06:00
parent 03c5500966
commit 8bbb2ba9c8
5 changed files with 38 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
local Range = require 'tt.range'
local Pos = require 'tt.pos'
local withbuf = require '__tt_test_tools'
local withbuf = loadfile './spec/withbuf.lua'()
describe('Range', function()
it('get text in buffer', function()