ctags: do not ignore '$' at the end of the pattern (revisit #219)
This commit is contained in:
parent
2012d97260
commit
5396fa198f
@ -140,7 +140,7 @@ end
|
||||
function M.entry_to_ctag(entry)
|
||||
local scode = entry:match("%:.-/^?\t?(.*)/")
|
||||
if scode then
|
||||
scode = string.gsub(scode, "[$]$", "")
|
||||
-- scode = string.gsub(scode, "[$]$", "")
|
||||
scode = string.gsub(scode, [[\\]], [[\]])
|
||||
scode = string.gsub(scode, [[\/]], [[/]])
|
||||
scode = string.gsub(scode, "[*]", [[\*]])
|
||||
|
Loading…
Reference in New Issue
Block a user