From 662295b04b96580bcf1c78df9d13dca89adaa454 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 20 Oct 2025 17:45:21 +0530 Subject: Add git selection line blame --- scripts/apply_vimgrep_updates.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/apply_vimgrep_updates.fnl') diff --git a/scripts/apply_vimgrep_updates.fnl b/scripts/apply_vimgrep_updates.fnl index b70e93e..664ed8a 100755 --- a/scripts/apply_vimgrep_updates.fnl +++ b/scripts/apply_vimgrep_updates.fnl @@ -37,3 +37,5 @@ (each [line (file:lines)] (table.insert lines line)) (file:close) lines) + +(M.main) -- cgit v1.3.1