Skip to content

Commit

Permalink
style(summary): drop unused var escaped_ws_root (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-girl committed Sep 13, 2023
1 parent 32abc0d commit ba958b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neorg/modules/core/summary/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.load = function()
if not norgname then
norgname = filename
end
local escaped_ws_root = ws_root:gsub("([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1")
norgname = string.sub(norgname, string.len(ws_root) + 1)

-- normalise categories into a list. Could be vim.NIL, a number, a string or a list ...
Expand Down

0 comments on commit ba958b0

Please sign in to comment.