We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61fb68 commit bdd5431Copy full SHA for bdd5431
bdx.el
@@ -499,7 +499,7 @@ HISTORY can be a history variable."
499
(defun bdx--untemplatize-string (str)
500
"Remove C++ templates from STR.
501
This turns a string of the form \\='function<type<T>>\\=' into
502
-\\'function<...>\\'."
+\\='function<...>\\='."
503
(cl-loop with depth = 0
504
for char across str
505
if (eq char ?<) do (when (eq 1 (cl-incf depth))
0 commit comments