Skip to content
Snippets Groups Projects
Commit cf6b4f90 authored by Jerome Reybert's avatar Jerome Reybert
Browse files

Fix another escaping issue, with a global escape method ref #168

Another issue with escape problem. It was finally the same culprit.

match() function take a pattern as a paramter. If a:selection[0], the
hunk title, contains any regex special character, it goes wild.

It seems safer to escape with special character \V (very nomagic)
instead of adding regularly special characters to escape() function.
parent 16d9775d
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment