Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Jan 2, 2024
1 parent 1050249 commit d0ae035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/gentags/ctags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ M.update = function(ctx)
-- 1. generate tags only for current saved files, and append it to the tags file
-- 2. then re-generate the whole workspace tags again and replace the existing tags, this is for more accurate data

local logger = logging.get("gentags") --[[@as commons.logging.Logger]]
logger:debug(
"|update| go to append for current file first, ctx:%s",
vim.inspect(ctx)
Expand Down

0 comments on commit d0ae035

Please sign in to comment.