mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-05-13 04:38:34 +02:00
315d457eb5
"this.contexts = { "/": this }" in CompletionContext(...)
was causing ":set defsearch=google<cr>" (and similar) to error
with infinite recursion. Restoring to
"this.contexts = { name: this }" fixes the problem, but does it
break other things?
Please review.