Skip to content

Commit

Permalink
fixup! chore: cleanup and minor syntax improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Apr 4, 2024
1 parent 65d580e commit 354ed80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/keymap/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ _G._toggle_lazygit = function()
end
end

-- TODO: Update this function to use `vim.region()`.
-- TODO: Change `vim.region() [deprecated in nvim 0.10]` to `vim.getregion()` when v0.10 is released.
-- TODO: Update this function to use `vim.getregion()` when v0.10 is released.
_G._buf_vtext = function()
local a_orig = vim.fn.getreg("a")
local mode = vim.fn.mode()
Expand Down

0 comments on commit 354ed80

Please sign in to comment.