tumashu / company-posframe

121 stars 24 forks source link

The incorrect docstring retured by `company-posframe`. #55

Open hongyi-zhao opened 3 years ago

hongyi-zhao commented 3 years ago

See the following, company-posframe gives incorrect docstring, say, by hitting F1 when point is hovering over re.MULTILINE, the following screenshot will appear:

image

tumashu commented 3 years ago

company-posframe get doc with (company-call-backend 'quickhelp-string backend), what this sexp returned when you select MULTLINE?

hongyi-zhao commented 3 years ago

See the following:

M-: (company-call-backend 'quickhelp-string backend)

image