Skip to content

Commit

Permalink
fix: remove extra space in help footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs committed Mar 19, 2024
1 parent b7577c2 commit 9fb7660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/grapple/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Window:window_options()

-- Add "help" footer for nvim-0.10
if vim.fn.has("nvim-0.10") == 1 then
opts.footer = " Press '?' to toggle Help"
opts.footer = "Press '?' to toggle Help"
opts.footer_pos = "center"
end

Expand Down

0 comments on commit 9fb7660

Please sign in to comment.