refactor: options renamed

This commit is contained in:
2025-09-11 16:30:52 +02:00
parent 182c6615ab
commit 3b005ab8b4
2 changed files with 26 additions and 23 deletions

View File

@@ -41,9 +41,6 @@ local lineBlame = function(input_file_path, line_number, input_comma_separated_m
end
end
-- lineBlame
-- does everything the plugin needs xd
-- @param blame_highlight: 'Normal'
-- @param blame_position: 'eol' | 'overlay' | 'right_align'
local fileBlame = function(input_file_path, input_comma_separated_mail_list, blame_text, blame_highlight, blame_position)
local handler = io.popen("git blame -e " .. input_file_path .. " | awk '{print $2$6}'")