aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-20 17:45:21 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-21 13:39:46 +0530
commit662295b04b96580bcf1c78df9d13dca89adaa454 (patch)
tree9bbd181c74fe4db81158f32b9efbc9a8385897d8 /scripts
parentdff6bdcbd6951a38d1d4f43b4ab5342fbe4ca258 (diff)
downloadkakoune-config-662295b04b96580bcf1c78df9d13dca89adaa454.tar.gz
kakoune-config-662295b04b96580bcf1c78df9d13dca89adaa454.zip
Add git selection line blame
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/apply_vimgrep_updates.fnl2
1 files changed, 2 insertions, 0 deletions
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)