Skip to content

Commit

Permalink
fix(blame)!: replace dot with dash in blame file type name
Browse files Browse the repository at this point in the history
  • Loading branch information
lostl1ght authored and lewis6991 committed Aug 2, 2024
1 parent f074844 commit 0ed4669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitsigns/blame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ M.blame = function()
blm_bo.buftype = 'nofile'
blm_bo.bufhidden = 'wipe'
blm_bo.modifiable = false
blm_bo.filetype = 'gitsigns.blame'
blm_bo.filetype = 'gitsigns-blame'

local blm_wlo = vim.wo[blm_win][0]
blm_wlo.foldcolumn = '0'
Expand Down

0 comments on commit 0ed4669

Please sign in to comment.