Skip to content

Commit

Permalink
fix: clear search highlight after conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Sep 22, 2024
1 parent 86cfc69 commit 4fbc894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tabs-vs-spaces.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ function M.convert(indentation, range)
vim.cmd("silent set noet|" .. pattern)
current_deviator = "spaces"
end
vim.cmd("noh")
end

---@param range 0|2
Expand Down

0 comments on commit 4fbc894

Please sign in to comment.