mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-11 15:04:13 +01:00
"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.