Skip to content

Commit

Permalink
fix: add comma to COOKBOOK.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Oct 26, 2022
1 parent 5fc36e3 commit a63de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ local ViMode = {
-- component to be updated on operator pending mode
if not self.once then
vim.api.nvim_create_autocmd("ModeChanged", {
pattern = "*:*o"
pattern = "*:*o",
command = 'redrawstatus'
})
self.once = true
Expand Down

0 comments on commit a63de38

Please sign in to comment.