Created
November 13, 2023 10:43
-
-
Save rktjmp/9c04adc5b62c813ced7d2a0d29715bb5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local function get_range(buf, start, stop) | |
assert(buf, "get-range missing buf arg") | |
assert(start, "get-range missing start arg") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment