Skip to content

Commit

Permalink
fix(highlights): fix hl-DropbarMenuFloatBorder and hl-DropBarMenuNorm…
Browse files Browse the repository at this point in the history
…alFloat mappings
  • Loading branch information
bekaboo committed Jun 20, 2023
1 parent e799808 commit 15f32c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/dropbar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ Highlight groups ~
DropBarMenuHoverSymbol `{ bold = true }`
DropBarMenuNormalFloat `{ link = 'NormalFloat' }`
DropBarPreview `{ link = 'Visual' }`
DropbarMenuFloatBorder `{ link = 'FloatBorder' }`
DropBarMenuFloatBorder `{ link = 'FloatBorder' }`
DropBarKindArray undefined
DropBarKindBoolean undefined
DropBarKindBreakStatement undefined
Expand Down
4 changes: 2 additions & 2 deletions lua/dropbar/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ function dropbar_menu_t:open_win()
vim.wo[self.win].scrolloff = 0
vim.wo[self.win].sidescrolloff = 0
vim.wo[self.win].winhl = table.concat({
'Normal:DropBarMenuNormal',
'FloatBorder:DropBarMenuBorder',
'NormalFloat:DropBarMenuNormalFloat',
'FloatBorder:DropBarMenuFloatBorder',
}, ',')
end

Expand Down

0 comments on commit 15f32c0

Please sign in to comment.