Autocomplete across line breaks works now

Consider this code:

dim s as string
call s _
  . <press tab>

Prior to 2017r1.1, pressing tab at that point did nothing. Now it shows the autocomplete for the object exactly as if you were typing on the same line.

Thanks @Norman Palardy .