@techee NULL
check was removed in 292383c, was that really expected?
Other solution would be early return in autocomplete_scope()
when doc->tm_file
is NULL
, but that would mean that there wouldn't be scope completion in unsaved files.
We need a fix ASAP, as it happens whenever typing .
in an unsaved file, or a file with no tags parser. E.g. you can reproduce by opening a new geany geany -vi
and typing a.
, boom.
https://github.com/geany/geany/pull/943
—
Reply to this email directly or view it on GitHub.