File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -646,6 +646,9 @@ yank_entry *actions.yank_entr
646646--------------------------------------------------------------------------------
647647HIGHLIGHTS *oil-highlights*
648648
649+ OilEmpty *hl-OilEmpty*
650+ Empty column values
651+
649652OilHidden *hl-OilHidden*
650653 Hidden entry in an oil buffer
651654
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ M.get_supported_columns = function(adapter_or_scheme)
5353 return ret
5454end
5555
56- local EMPTY = { " -" , " Comment " }
56+ local EMPTY = { " -" , " OilEmpty " }
5757
5858M .EMPTY = EMPTY
5959
Original file line number Diff line number Diff line change 823823--- @private
824824M ._get_highlights = function ()
825825 return {
826+ {
827+ name = " OilEmpty" ,
828+ link = " Comment" ,
829+ desc = " Empty column values" ,
830+ },
826831 {
827832 name = " OilHidden" ,
828833 link = " Comment" ,
You can’t perform that action at this time.
0 commit comments