File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -422,14 +422,15 @@ local SectionItemCommit = Component.new(function(item)
422
422
}
423
423
end
424
424
425
+ local virt
425
426
if visibility then
426
- Virt = {
427
+ virt = {
427
428
{ " " , " Constant" },
428
429
author_table ,
429
430
date_table ,
430
431
}
431
432
else
432
- Virt = {}
433
+ virt = {}
433
434
end
434
435
435
436
return row (
@@ -441,7 +442,7 @@ local SectionItemCommit = Component.new(function(item)
441
442
{ text (item .commit .subject ) }
442
443
),
443
444
{
444
- virtual_text = Virt ,
445
+ virtual_text = virt ,
445
446
oid = item .commit .oid ,
446
447
yankable = item .commit .oid ,
447
448
item = item ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local actions = require("neogit.popups.margin.actions")
4
4
5
5
local M = {}
6
6
7
- function M .create (env )
7
+ function M .create ()
8
8
local p = popup
9
9
.builder ()
10
10
:name (" NeogitMarginPopup" )
You can’t perform that action at this time.
0 commit comments