From dcdbacb94ef6fc1205e32e3fa411be3833f41d5d Mon Sep 17 00:00:00 2001 From: garret Date: Thu, 22 Dec 2022 18:13:02 +0000 Subject: A-B: make it so inline tags are applied to the indicator --- macros/garret.a-b.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros') diff --git a/macros/garret.a-b.lua b/macros/garret.a-b.lua index dea2bcb..9b0277f 100644 --- a/macros/garret.a-b.lua +++ b/macros/garret.a-b.lua @@ -1,7 +1,7 @@ script_name = "A-B" script_description = "makes checking pre-timing possible." script_author = "garret" -script_version = "2.1.1" +script_version = "3.0.0" script_namespace = "garret.a-b" local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl") @@ -31,7 +31,7 @@ function main(sub, sel) if line.text == "" then line.text = indicator elseif line.text:gsub("{[^}]-}","") == "" then - line.text = indicator.." "..line.text + line.text = line.text .. indicator -- apply tags end sub[li] = line i = switch_number(i) -- cgit v1.2.3-70-g09d2