diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-20 17:45:21 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-21 13:39:46 +0530 |
| commit | 662295b04b96580bcf1c78df9d13dca89adaa454 (patch) | |
| tree | 9bbd181c74fe4db81158f32b9efbc9a8385897d8 /scripts/apply_vimgrep_updates.fnl | |
| parent | dff6bdcbd6951a38d1d4f43b4ab5342fbe4ca258 (diff) | |
| download | kakoune-config-662295b04b96580bcf1c78df9d13dca89adaa454.tar.gz kakoune-config-662295b04b96580bcf1c78df9d13dca89adaa454.zip | |
Add git selection line blame
Diffstat (limited to '')
| -rwxr-xr-x | scripts/apply_vimgrep_updates.fnl | 2 |
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) |
