On Mon, Dec 4, 2017 at 12:00 PM, David Malcolm <dmalc...@redhat.com> wrote: > * don't filter suggestions if the name name being looked up > is itself reserved for implementation
I wonder if we want to avoid filtering if the name being looked up starts with a single _, on the theory that the user meant to write __. Other than that, looks good. Jason